#0C5513

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

Shades of Myrtle #0C5513

Tints of Myrtle #0C5513

Color information

#0C5513 (or 0x0C5513) is unknown color: approx Myrtle. HEX triplet: 0C, 55 and 13. RGB value is (12,85,19). Sum of RGB (Red+Green+Blue) = 12+85+19=116 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.34% from 116); Green value is 85 (33.59% from 255 or 73.28% from 116); Blue value is 19 (7.81% from 255 or 16.38% from 116); Max value from RGB is 85 - color contains mainly: green. Hex color #0C5513 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5513 is #F3AAEC. Grayscale: #373737. Windows color (decimal): -15969005 or 1266956. OLE color: 1266956.

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

Color convert

RGB128519-
CMYK0.8600.780.67
HSL125.75º75.26%19.02%-
HSV(B)125.75º85.88%33.33%-
XYZ3.526.621.71-
YUV55.65107.3296.87-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.34%
GREEN value IS 85 (33.59% from 255) = 73.28%
BLUE value IS 19 (7.81% from 255) = 16.38%
R=10.34%
G=73.28%
B=16.38%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1285190.8600.780.67125.7575.2619.02
HexC55135604E437e4b13
Octal1412523126011610317611323
Binary110010101011001110101100100111010000111111110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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