#055E3A

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

Shades of Fun Green #055E3A

Tints of Fun Green #055E3A

Color information

#055E3A (or 0x055E3A) is unknown color: approx Fun Green. HEX triplet: 05, 5E and 3A. RGB value is (5,94,58). Sum of RGB (Red+Green+Blue) = 5+94+58=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 94 (37.11% from 255 or 59.87% from 157); Blue value is 58 (23.05% from 255 or 36.94% from 157); Max value from RGB is 94 - color contains mainly: green. Hex color #055E3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055E3A is #FAA1C5. Grayscale: #3F3F3F. Windows color (decimal): -16425414 or 3825157. OLE color: 3825157.

HSL color Cylindrical-coordinate representation of color #055E3A: hue angle of 155.73º 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 #055E3A is Cyan = 0.95, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.63.

Color convert

RGB59458-
CMYK0.9500.380.63
HSL155.73º89.9%19.41%-
HSV(B)155.73º94.68%36.86%-
XYZ4.838.345.36-
YUV63.28125.0186.43-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.18%
GREEN value IS 94 (37.11% from 255) = 59.87%
BLUE value IS 58 (23.05% from 255) = 36.94%
R=3.18%
G=59.87%
B=36.94%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal594580.9500.380.63155.7389.919.41
Hex55E3A5F0263F9c5a13
Octal5136721370467723413223
Binary10110111101110101011111010011011111110011100101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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