#0C1D06

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

Shades of Myrtle #0C1D06

Tints of Myrtle #0C1D06

Color information

#0C1D06 (or 0x0C1D06) is unknown color: approx Myrtle. HEX triplet: 0C, 1D and 06. RGB value is (12,29,6). Sum of RGB (Red+Green+Blue) = 12+29+6=47 (6% of max value = 765). Red value is 12 (5.08% from 255 or 25.53% from 47); Green value is 29 (11.72% from 255 or 61.70% from 47); Blue value is 6 (2.73% from 255 or 12.77% from 47); Max value from RGB is 29 - color contains mainly: green. Hex color #0C1D06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1D06 is #F3E2F9. Grayscale: #151515. Windows color (decimal): -15983354 or 400652. OLE color: 400652.

HSL color Cylindrical-coordinate representation of color #0C1D06: hue angle of 104.35º degrees, saturation: 0.66, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0C1D06 is Cyan = 0.59, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.89.

Color convert

RGB12296-
CMYK0.5900.790.89
HSL104.35º65.71%6.86%-
HSV(B)104.35º79.31%11.37%-
XYZ0.620.970.33-
YUV21.3119.37121.37-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 25.53%
GREEN value IS 29 (11.72% from 255) = 61.70%
BLUE value IS 6 (2.73% from 255) = 12.77%
R=25.53%
G=61.70%
B=12.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal122960.5900.790.89104.3565.716.86
HexC1D63B04F5968427
Octal143567301171311501027
Binary11001110111011101101001111101100111010001000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,29,6); }

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

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

 a { background-color: rgb(12,29,6); }

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

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

 span { border-color: rgb(12,29,6); }

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