#0C520D

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

Shades of Myrtle #0C520D

Tints of Myrtle #0C520D

Color information

#0C520D (or 0x0C520D) is unknown color: approx Myrtle. HEX triplet: 0C, 52 and 0D. RGB value is (12,82,13). Sum of RGB (Red+Green+Blue) = 12+82+13=107 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.21% from 107); Green value is 82 (32.42% from 255 or 76.64% from 107); Blue value is 13 (5.47% from 255 or 12.15% from 107); Max value from RGB is 82 - color contains mainly: green. Hex color #0C520D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C520D is #F3ADF2. Grayscale: #353535. Windows color (decimal): -15969779 or 872972. OLE color: 872972.

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

Color convert

RGB128213-
CMYK0.8500.840.68
HSL120.86º74.47%18.43%-
HSV(B)120.86º85.37%32.16%-
XYZ3.246.141.4-
YUV53.2105.3198.61-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 11.21%
GREEN value IS 82 (32.42% from 255) = 76.64%
BLUE value IS 13 (5.47% from 255) = 12.15%
R=11.21%
G=76.64%
B=12.15%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1282130.8500.840.68120.8674.4718.43
HexC52D5505444794a12
Octal1412215125012410417111222
Binary11001010010110110101010101010010001001111001100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C520D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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