#055A3C

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

Shades of Fun Green #055A3C

Tints of Fun Green #055A3C

Color information

#055A3C (or 0x055A3C) is unknown color: approx Fun Green. HEX triplet: 05, 5A and 3C. RGB value is (5,90,60). Sum of RGB (Red+Green+Blue) = 5+90+60=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 90 (35.55% from 255 or 58.06% from 155); Blue value is 60 (23.83% from 255 or 38.71% from 155); Max value from RGB is 90 - color contains mainly: green. Hex color #055A3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055A3C is #FAA5C3. Grayscale: #3D3D3D. Windows color (decimal): -16426436 or 3955205. OLE color: 3955205.

HSL color Cylindrical-coordinate representation of color #055A3C: hue angle of 158.82º 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 #055A3C is Cyan = 0.94, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB59060-
CMYK0.9400.330.65
HSL158.82º89.47%18.63%-
HSV(B)158.82º94.44%35.29%-
XYZ4.537.675.52-
YUV61.16127.3487.94-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.23%
GREEN value IS 90 (35.55% from 255) = 58.06%
BLUE value IS 60 (23.83% from 255) = 38.71%
R=3.23%
G=58.06%
B=38.71%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal590600.9400.330.65158.8289.4718.63
Hex55A3C5E021419f5913
Octal51327413604110123713123
Binary101101101011110010111100100001100000110011111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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