#0C5613

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

Shades of Myrtle #0C5613

Tints of Myrtle #0C5613

Color information

#0C5613 (or 0x0C5613) is unknown color: approx Myrtle. HEX triplet: 0C, 56 and 13. RGB value is (12,86,19). Sum of RGB (Red+Green+Blue) = 12+86+19=117 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.26% from 117); Green value is 86 (33.98% from 255 or 73.50% from 117); Blue value is 19 (7.81% from 255 or 16.24% from 117); Max value from RGB is 86 - color contains mainly: green. Hex color #0C5613 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5613 is #F3A9EC. Grayscale: #383838. Windows color (decimal): -15968749 or 1267212. OLE color: 1267212.

HSL color Cylindrical-coordinate representation of color #0C5613: hue angle of 125.68º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C5613 is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB128619-
CMYK0.8600.780.66
HSL125.68º75.51%19.22%-
HSV(B)125.68º86.05%33.73%-
XYZ3.66.781.74-
YUV56.24106.9896.45-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.26%
GREEN value IS 86 (33.98% from 255) = 73.50%
BLUE value IS 19 (7.81% from 255) = 16.24%
R=10.26%
G=73.50%
B=16.24%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1286190.8600.780.66125.6875.5119.22
HexC56135604E427e4c13
Octal1412623126011610217611423
Binary110010101101001110101100100111010000101111110100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,86,19); }

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

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

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

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

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

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

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