#0C590D

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

Shades of Myrtle #0C590D

Tints of Myrtle #0C590D

Color information

#0C590D (or 0x0C590D) is unknown color: approx Myrtle. HEX triplet: 0C, 59 and 0D. RGB value is (12,89,13). Sum of RGB (Red+Green+Blue) = 12+89+13=114 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.53% from 114); Green value is 89 (35.16% from 255 or 78.07% from 114); Blue value is 13 (5.47% from 255 or 11.40% from 114); Max value from RGB is 89 - color contains mainly: green. Hex color #0C590D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C590D is #F3A6F2. Grayscale: #393939. Windows color (decimal): -15967987 or 874764. OLE color: 874764.

HSL color Cylindrical-coordinate representation of color #0C590D: hue angle of 120.78º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C590D is Cyan = 0.87, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB128913-
CMYK0.8700.850.65
HSL120.78º76.24%19.8%-
HSV(B)120.78º86.52%34.9%-
XYZ3.87.251.58-
YUV57.31102.9995.68-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.53%
GREEN value IS 89 (35.16% from 255) = 78.07%
BLUE value IS 13 (5.47% from 255) = 11.40%
R=10.53%
G=78.07%
B=11.40%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1289130.8700.850.65120.7876.2419.8
HexC59D5705541794c14
Octal1413115127012510117111424
Binary11001011001110110101110101010110000011111001100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C590D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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