#0C590A

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

Shades of Myrtle #0C590A

Tints of Myrtle #0C590A

Color information

#0C590A (or 0x0C590A) is unknown color: approx Myrtle. HEX triplet: 0C, 59 and 0A. RGB value is (12,89,10). Sum of RGB (Red+Green+Blue) = 12+89+10=111 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.81% from 111); Green value is 89 (35.16% from 255 or 80.18% from 111); Blue value is 10 (4.30% from 255 or 9.01% from 111); Max value from RGB is 89 - color contains mainly: green. Hex color #0C590A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C590A is #F3A6F5. Grayscale: #393939. Windows color (decimal): -15967990 or 678156. OLE color: 678156.

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

Color convert

RGB128910-
CMYK0.8700.890.65
HSL118.48º79.8%19.41%-
HSV(B)118.48º88.76%34.9%-
XYZ3.787.241.49-
YUV56.97101.4995.92-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.81%
GREEN value IS 89 (35.16% from 255) = 80.18%
BLUE value IS 10 (4.30% from 255) = 9.01%
R=10.81%
G=80.18%
B=9.01%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1289100.8700.890.65118.4879.819.41
HexC59A5705941765013
Octal1413112127013110116612023
Binary11001011001101010101110101100110000011110110101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C590A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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