#055F3B

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

Shades of Fun Green #055F3B

Tints of Fun Green #055F3B

Color information

#055F3B (or 0x055F3B) is unknown color: approx Fun Green. HEX triplet: 05, 5F and 3B. RGB value is (5,95,59). Sum of RGB (Red+Green+Blue) = 5+95+59=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 95 (37.5% from 255 or 59.75% from 159); Blue value is 59 (23.44% from 255 or 37.11% from 159); Max value from RGB is 95 - color contains mainly: green. Hex color #055F3B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055F3B is #FAA0C4. Grayscale: #404040. Windows color (decimal): -16425157 or 3890949. OLE color: 3890949.

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

Color convert

RGB59559-
CMYK0.9500.380.63
HSL156º90%19.61%-
HSV(B)156º94.74%37.25%-
XYZ4.948.535.52-
YUV63.99125.1885.93-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.14%
GREEN value IS 95 (37.5% from 255) = 59.75%
BLUE value IS 59 (23.44% from 255) = 37.11%
R=3.14%
G=59.75%
B=37.11%

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
Decimal595590.9500.380.631569019.61
Hex55F3B5F0263F9c5a14
Octal5137731370467723413224
Binary10110111111110111011111010011011111110011100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,95,59); }

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

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

 a { background-color: rgb(5,95,59); }

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

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

 span { border-color: rgb(5,95,59); }

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