Html Css Color HEX #05590C Green

📋 copy color: '#05590C'

red 5 ◦ green 89 ◦ blue 12

#05590C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #05590C

Tints of Green #05590C

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 value IS 0.94

 M value IS 0

 Y value IS 0.87

 K value IS 0.65

RGB Variations

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

Color information

#05590C (or 0x05590C) is known color: 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

RGB 5 89 12 -
CMYK 0.94 0 0.87 0.65
HSL 125º 0.89% 0.18% -
HSV(B) 125º 0.94% 0.35% -
XYZ 3.7 7.2 1.54 -
YUV 55.11 103.67 92.26 -
System Red Green Blue C M Y K H S L
Decimal 5 89 12 0.94 0 0.87 0.65 125 0.89 0.18
Hex 5 59 C 5E 0 57 41 7D 59 12
Octal 5 131 14 136 0 127 101 175 131 22
Binary 101 1011001 1100 1011110 0 1010111 1000001 1111101 1011001 10010

Color Harmonies of #05590C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05590C

Black with #05590C

Text Example


Text Example

White with #05590C

Text Example


Text Example

HTML Codes & Css Web 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>