#55993F

Color #55993F Glade Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glade Green #55993F

Tints of Glade Green #55993F

Color information

#55993F (or 0x55993F) is unknown color: approx Glade Green. HEX triplet: 55, 99 and 3F. RGB value is (85,153,63). Sum of RGB (Red+Green+Blue) = 85+153+63=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 153 (60.16% from 255 or 50.83% from 301); Blue value is 63 (25% from 255 or 20.93% from 301); Max value from RGB is 153 - color contains mainly: green. Hex color #55993F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55993F is #AA66C0. Grayscale: #7A7A7A. Windows color (decimal): -11167425 or 4168021. OLE color: 4168021.

HSL color Cylindrical-coordinate representation of color #55993F: hue angle of 105.33º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55993F is Cyan = 0.44, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.4.

Color convert

RGB8515363-
CMYK0.4400.590.4
HSL105.33º41.67%42.35%-
HSV(B)105.33º58.82%60%-
XYZ16.0325.078.7-
YUV122.4194.47101.32-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.24%
GREEN value IS 153 (60.16% from 255) = 50.83%
BLUE value IS 63 (25% from 255) = 20.93%
R=28.24%
G=50.83%
B=20.93%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal85153630.4400.590.4105.3341.6742.35
Hex55993F2C03B28692a2a
Octal1252317754073501515252
Binary10101011001100111111110110001110111010001101001101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55993F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55993F; }

 p { color: rgb(85,153,63); }

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

<style>
 a { background-color: #55993F; }

 a { background-color: rgb(85,153,63); }

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

<style>
 span { border-color: #55993F; }

 span { border-color: rgb(85,153,63); }

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