#0C520E

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

Shades of Myrtle #0C520E

Tints of Myrtle #0C520E

Color information

#0C520E (or 0x0C520E) is unknown color: approx Myrtle. HEX triplet: 0C, 52 and 0E. RGB value is (12,82,14). Sum of RGB (Red+Green+Blue) = 12+82+14=108 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.11% from 108); Green value is 82 (32.42% from 255 or 75.93% from 108); Blue value is 14 (5.86% from 255 or 12.96% from 108); Max value from RGB is 82 - color contains mainly: green. Hex color #0C520E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C520E is #F3ADF1. Grayscale: #353535. Windows color (decimal): -15969778 or 938508. OLE color: 938508.

HSL color Cylindrical-coordinate representation of color #0C520E: hue angle of 121.71º 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 #0C520E is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.68.

Color convert

RGB128214-
CMYK0.8500.830.68
HSL121.71º74.47%18.43%-
HSV(B)121.71º85.37%32.16%-
XYZ3.256.141.43-
YUV53.32105.8198.53-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 11.11%
GREEN value IS 82 (32.42% from 255) = 75.93%
BLUE value IS 14 (5.86% from 255) = 12.96%
R=11.11%
G=75.93%
B=12.96%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1282140.8500.830.68121.7174.4718.43
HexC52E55053447a4a12
Octal1412216125012310417211222
Binary11001010010111010101010101001110001001111010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C520E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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