#0C5312

Color #0C5312 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #0C5312

Tints of Myrtle #0C5312

Color information

#0C5312 (or 0x0C5312) is unknown color: approx Myrtle. HEX triplet: 0C, 53 and 12. RGB value is (12,83,18). Sum of RGB (Red+Green+Blue) = 12+83+18=113 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.62% from 113); Green value is 83 (32.81% from 255 or 73.45% from 113); Blue value is 18 (7.42% from 255 or 15.93% from 113); Max value from RGB is 83 - color contains mainly: green. Hex color #0C5312 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5312 is #F3ACED. Grayscale: #363636. Windows color (decimal): -15969518 or 1200908. OLE color: 1200908.

HSL color Cylindrical-coordinate representation of color #0C5312: hue angle of 125.07º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C5312 is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB128318-
CMYK0.8600.780.67
HSL125.07º74.74%18.63%-
HSV(B)125.07º85.54%32.55%-
XYZ3.356.311.61-
YUV54.36107.4897.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 12 (5.08% from 255) = 10.62%
GREEN value IS 83 (32.81% from 255) = 73.45%
BLUE value IS 18 (7.42% from 255) = 15.93%
R=10.62%
G=73.45%
B=15.93%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1283180.8600.780.67125.0774.7418.63
HexC53125604E437d4b13
Octal1412322126011610317511323
Binary110010100111001010101100100111010000111111101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C5312; }

 p { color: rgb(12,83,18); }

 H1.HeaderClassName
 {
   color: #0C5312;
 }
 .AnyTagClassName
 {
   color: #0C5312;
 }
</style>
background-color css

<style>
 a { background-color: #0C5312; }

 a { background-color: rgb(12,83,18); }

 div.DivClassName
 {
   background-color: #0C5312;
 }
 .BgClassName
 {
   background-color: #0C5312;
 }
</style>
border-color css

<style>
 span { border-color: #0C5312; }

 span { border-color: rgb(12,83,18); }

 td.TdClassName
 {
   border-color: #0C5312;
 }
 .TagClassName
 {
   border-color: #0C5312;
 }
</style>