#055A39

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

Shades of Fun Green #055A39

Tints of Fun Green #055A39

Color information

#055A39 (or 0x055A39) is unknown color: approx Fun Green. HEX triplet: 05, 5A and 39. RGB value is (5,90,57). Sum of RGB (Red+Green+Blue) = 5+90+57=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 90 (35.55% from 255 or 59.21% from 152); Blue value is 57 (22.66% from 255 or 37.5% from 152); Max value from RGB is 90 - color contains mainly: green. Hex color #055A39 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055A39 is #FAA5C6. Grayscale: #3C3C3C. Windows color (decimal): -16426439 or 3758597. OLE color: 3758597.

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

Color convert

RGB59057-
CMYK0.9400.370.65
HSL156.71º89.47%18.63%-
HSV(B)156.71º94.44%35.29%-
XYZ4.467.645.11-
YUV60.82125.8488.18-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.29%
GREEN value IS 90 (35.55% from 255) = 59.21%
BLUE value IS 57 (22.66% from 255) = 37.5%
R=3.29%
G=59.21%
B=37.5%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal590570.9400.370.65156.7189.4718.63
Hex55A395E025419d5913
Octal51327113604510123513123
Binary101101101011100110111100100101100000110011101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055A39; }

 p { color: rgb(5,90,57); }

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

<style>
 a { background-color: #055A39; }

 a { background-color: rgb(5,90,57); }

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

<style>
 span { border-color: #055A39; }

 span { border-color: rgb(5,90,57); }

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