#0C3E12

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

Shades of Myrtle #0C3E12

Tints of Myrtle #0C3E12

Color information

#0C3E12 (or 0x0C3E12) is unknown color: approx Myrtle. HEX triplet: 0C, 3E and 12. RGB value is (12,62,18). Sum of RGB (Red+Green+Blue) = 12+62+18=92 (12% of max value = 765). Red value is 12 (5.08% from 255 or 13.04% from 92); Green value is 62 (24.61% from 255 or 67.39% from 92); Blue value is 18 (7.42% from 255 or 19.57% from 92); Max value from RGB is 62 - color contains mainly: green. Hex color #0C3E12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C3E12 is #F3C1ED. Grayscale: #2A2A2A. Windows color (decimal): -15974894 or 1195532. OLE color: 1195532.

HSL color Cylindrical-coordinate representation of color #0C3E12: hue angle of 127.2º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0C3E12 is Cyan = 0.81, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.76.

Color convert

RGB126218-
CMYK0.8100.710.76
HSL127.2º67.57%14.51%-
HSV(B)127.2º80.65%24.31%-
XYZ1.983.571.16-
YUV42.03114.44106.58-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 13.04%
GREEN value IS 62 (24.61% from 255) = 67.39%
BLUE value IS 18 (7.42% from 255) = 19.57%
R=13.04%
G=67.39%
B=19.57%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1262180.8100.710.76127.267.5714.51
HexC3E12510474C7f44f
Octal147622121010711417710417
Binary1100111110100101010001010001111001100111111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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