#055B39

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

Shades of Fun Green #055B39

Tints of Fun Green #055B39

Color information

#055B39 (or 0x055B39) is unknown color: approx Fun Green. HEX triplet: 05, 5B and 39. RGB value is (5,91,57). Sum of RGB (Red+Green+Blue) = 5+91+57=153 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.27% from 153); Green value is 91 (35.94% from 255 or 59.48% from 153); Blue value is 57 (22.66% from 255 or 37.25% from 153); Max value from RGB is 91 - color contains mainly: green. Hex color #055B39 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055B39 is #FAA4C6. Grayscale: #3D3D3D. Windows color (decimal): -16426183 or 3758853. OLE color: 3758853.

HSL color Cylindrical-coordinate representation of color #055B39: hue angle of 156.28º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055B39 is Cyan = 0.95, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.64.

Color convert

RGB59157-
CMYK0.9500.370.64
HSL156.28º89.58%18.82%-
HSV(B)156.28º94.51%35.69%-
XYZ4.547.815.14-
YUV61.41125.5187.76-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.27%
GREEN value IS 91 (35.94% from 255) = 59.48%
BLUE value IS 57 (22.66% from 255) = 37.25%
R=3.27%
G=59.48%
B=37.25%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal591570.9500.370.64156.2889.5818.82
Hex55B395F025409c5a13
Octal51337113704510023413223
Binary101101101111100110111110100101100000010011100101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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