#0C4312

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

Shades of Myrtle #0C4312

Tints of Myrtle #0C4312

Color information

#0C4312 (or 0x0C4312) is unknown color: approx Myrtle. HEX triplet: 0C, 43 and 12. RGB value is (12,67,18). Sum of RGB (Red+Green+Blue) = 12+67+18=97 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.37% from 97); Green value is 67 (26.56% from 255 or 69.07% from 97); Blue value is 18 (7.42% from 255 or 18.56% from 97); Max value from RGB is 67 - color contains mainly: green. Hex color #0C4312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C4312 is #F3BCED. Grayscale: #2D2D2D. Windows color (decimal): -15973614 or 1196812. OLE color: 1196812.

HSL color Cylindrical-coordinate representation of color #0C4312: hue angle of 126.55º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C4312 is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB126718-
CMYK0.8200.730.74
HSL126.55º69.62%15.49%-
HSV(B)126.55º82.09%26.27%-
XYZ2.274.141.25-
YUV44.97112.78104.48-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.37%
GREEN value IS 67 (26.56% from 255) = 69.07%
BLUE value IS 18 (7.42% from 255) = 18.56%
R=12.37%
G=69.07%
B=18.56%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1267180.8200.730.74126.5569.6215.49
HexC4312520494A7f46f
Octal1410322122011111217710617
Binary11001000011100101010010010010011001010111111110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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