#05590C

Color #05590C Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #05590C

Tints of Green #05590C

Color information

#05590C (or 0x05590C) is unknown color: approx Green. HEX triplet: 05, 59 and 0C. RGB value is (5,89,12). Sum of RGB (Red+Green+Blue) = 5+89+12=106 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.72% from 106); Green value is 89 (35.16% from 255 or 83.96% from 106); Blue value is 12 (5.08% from 255 or 11.32% from 106); Max value from RGB is 89 - color contains mainly: green. Hex color #05590C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05590C is #FAA6F3. Grayscale: #373737. Windows color (decimal): -16426740 or 809221. OLE color: 809221.

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

Color convert

RGB58912-
CMYK0.9400.870.65
HSL125º89.36%18.43%-
HSV(B)125º94.38%34.9%-
XYZ3.77.21.54-
YUV55.11103.6792.26-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.72%
GREEN value IS 89 (35.16% from 255) = 83.96%
BLUE value IS 12 (5.08% from 255) = 11.32%
R=4.72%
G=83.96%
B=11.32%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal589120.9400.870.6512589.3618.43
Hex559C5E057417d5912
Octal513114136012710117513122
Binary1011011001110010111100101011110000011111101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05590C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05590C; }

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

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

<style>
 a { background-color: #05590C; }

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

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

<style>
 span { border-color: #05590C; }

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

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