#055A35

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

Shades of Fun Green #055A35

Tints of Fun Green #055A35

Color information

#055A35 (or 0x055A35) is unknown color: approx Fun Green. HEX triplet: 05, 5A and 35. RGB value is (5,90,53). Sum of RGB (Red+Green+Blue) = 5+90+53=148 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.38% from 148); Green value is 90 (35.55% from 255 or 60.81% from 148); Blue value is 53 (21.09% from 255 or 35.81% from 148); Max value from RGB is 90 - color contains mainly: green. Hex color #055A35 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055A35 is #FAA5CA. Grayscale: #3C3C3C. Windows color (decimal): -16426443 or 3496453. OLE color: 3496453.

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

Color convert

RGB59053-
CMYK0.9400.410.65
HSL153.88º89.47%18.63%-
HSV(B)153.88º94.44%35.29%-
XYZ4.367.64.61-
YUV60.37123.8488.51-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.38%
GREEN value IS 90 (35.55% from 255) = 60.81%
BLUE value IS 53 (21.09% from 255) = 35.81%
R=3.38%
G=60.81%
B=35.81%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal590530.9400.410.65153.8889.4718.63
Hex55A355E029419a5913
Octal51326513605110123213123
Binary101101101011010110111100101001100000110011010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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