#055E39

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

Shades of Fun Green #055E39

Tints of Fun Green #055E39

Color information

#055E39 (or 0x055E39) is unknown color: approx Fun Green. HEX triplet: 05, 5E and 39. RGB value is (5,94,57). Sum of RGB (Red+Green+Blue) = 5+94+57=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 94 (37.11% from 255 or 60.26% from 156); Blue value is 57 (22.66% from 255 or 36.54% from 156); Max value from RGB is 94 - color contains mainly: green. Hex color #055E39 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055E39 is #FAA1C6. Grayscale: #3F3F3F. Windows color (decimal): -16425415 or 3759621. OLE color: 3759621.

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

Color convert

RGB59457-
CMYK0.9500.390.63
HSL155.06º89.9%19.41%-
HSV(B)155.06º94.68%36.86%-
XYZ4.88.335.23-
YUV63.17124.5186.51-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.21%
GREEN value IS 94 (37.11% from 255) = 60.26%
BLUE value IS 57 (22.66% from 255) = 36.54%
R=3.21%
G=60.26%
B=36.54%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal594570.9500.390.63155.0689.919.41
Hex55E395F0273F9b5a13
Octal5136711370477723313223
Binary10110111101110011011111010011111111110011011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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