#0C5212

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

Shades of Myrtle #0C5212

Tints of Myrtle #0C5212

Color information

#0C5212 (or 0x0C5212) is unknown color: approx Myrtle. HEX triplet: 0C, 52 and 12. RGB value is (12,82,18). Sum of RGB (Red+Green+Blue) = 12+82+18=112 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.71% from 112); Green value is 82 (32.42% from 255 or 73.21% from 112); Blue value is 18 (7.42% from 255 or 16.07% from 112); Max value from RGB is 82 - color contains mainly: green. Hex color #0C5212 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5212 is #F3ADED. Grayscale: #353535. Windows color (decimal): -15969774 or 1200652. OLE color: 1200652.

HSL color Cylindrical-coordinate representation of color #0C5212: hue angle of 125.14º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C5212 is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB128218-
CMYK0.8500.780.68
HSL125.14º74.47%18.43%-
HSV(B)125.14º85.37%32.16%-
XYZ3.286.161.59-
YUV53.77107.8198.2-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.71%
GREEN value IS 82 (32.42% from 255) = 73.21%
BLUE value IS 18 (7.42% from 255) = 16.07%
R=10.71%
G=73.21%
B=16.07%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1282180.8500.780.68125.1474.4718.43
HexC52125504E447d4a12
Octal1412222125011610417511222
Binary110010100101001010101010100111010001001111101100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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