#55993E

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

Shades of Glade Green #55993E

Tints of Glade Green #55993E

Color information

#55993E (or 0x55993E) is unknown color: approx Glade Green. HEX triplet: 55, 99 and 3E. RGB value is (85,153,62). Sum of RGB (Red+Green+Blue) = 85+153+62=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 153 (60.16% from 255 or 51% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 153 - color contains mainly: green. Hex color #55993E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55993E is #AA66C1. Grayscale: #7A7A7A. Windows color (decimal): -11167426 or 4102485. OLE color: 4102485.

HSL color Cylindrical-coordinate representation of color #55993E: hue angle of 104.84º 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 #55993E is Cyan = 0.44, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.4.

Color convert

RGB8515362-
CMYK0.4400.590.4
HSL104.84º42.33%42.16%-
HSV(B)104.84º59.48%60%-
XYZ16.0125.068.55-
YUV122.2993.97101.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.33%
GREEN value IS 153 (60.16% from 255) = 51%
BLUE value IS 62 (24.61% from 255) = 20.67%
R=28.33%
G=51%
B=20.67%

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
Decimal85153620.4400.590.4104.8442.3342.16
Hex55993E2C03B28692a2a
Octal1252317654073501515252
Binary10101011001100111111010110001110111010001101001101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55993E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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