#0C310C

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

Shades of Myrtle #0C310C

Tints of Myrtle #0C310C

Color information

#0C310C (or 0x0C310C) is unknown color: approx Myrtle. HEX triplet: 0C, 31 and 0C. RGB value is (12,49,12). Sum of RGB (Red+Green+Blue) = 12+49+12=73 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.44% from 73); Green value is 49 (19.53% from 255 or 67.12% from 73); Blue value is 12 (5.08% from 255 or 16.44% from 73); Max value from RGB is 49 - color contains mainly: green. Hex color #0C310C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C310C is #F3CEF3. Grayscale: #212121. Windows color (decimal): -15978228 or 798988. OLE color: 798988.

HSL color Cylindrical-coordinate representation of color #0C310C: hue angle of 120º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0C310C is Cyan = 0.76, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.81.

Color convert

RGB124912-
CMYK0.7600.760.81
HSL120º60.66%11.96%-
HSV(B)120º75.51%19.22%-
XYZ1.322.30.72-
YUV33.72115.74112.51-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 16.44%
GREEN value IS 49 (19.53% from 255) = 67.12%
BLUE value IS 12 (5.08% from 255) = 16.44%
R=16.44%
G=67.12%
B=16.44%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1249120.7600.760.8112060.6611.96
HexC31C4C04C51783dc
Octal14611411401141211707514
Binary11001100011100100110001001100101000111110001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C310C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,49,12); }

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

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

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

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

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

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

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