#0C1D0A

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

Shades of Myrtle #0C1D0A

Tints of Myrtle #0C1D0A

Color information

#0C1D0A (or 0x0C1D0A) is unknown color: approx Myrtle. HEX triplet: 0C, 1D and 0A. RGB value is (12,29,10). Sum of RGB (Red+Green+Blue) = 12+29+10=51 (6% of max value = 765). Red value is 12 (5.08% from 255 or 23.53% from 51); Green value is 29 (11.72% from 255 or 56.86% from 51); Blue value is 10 (4.30% from 255 or 19.61% from 51); Max value from RGB is 29 - color contains mainly: green. Hex color #0C1D0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1D0A is #F3E2F5. Grayscale: #151515. Windows color (decimal): -15983350 or 662796. OLE color: 662796.

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

Color convert

RGB122910-
CMYK0.5900.660.89
HSL113.68º48.72%7.65%-
HSV(B)113.68º65.52%11.37%-
XYZ0.650.980.44-
YUV21.75121.37121.04-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 23.53%
GREEN value IS 29 (11.72% from 255) = 56.86%
BLUE value IS 10 (4.30% from 255) = 19.61%
R=23.53%
G=56.86%
B=19.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1229100.5900.660.89113.6848.727.65
HexC1DA3B0425972318
Octal1435127301021311626110
Binary110011101101011101101000010101100111100101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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