#608055

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

Shades of Glade Green #608055

Tints of Glade Green #608055

Color information

#608055 (or 0x608055) is unknown color: approx Glade Green. HEX triplet: 60, 80 and 55. RGB value is (96,128,85). Sum of RGB (Red+Green+Blue) = 96+128+85=309 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.07% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 128 - color contains mainly: green. Hex color #608055 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608055 is #9F7FAA. Grayscale: #717171. Windows color (decimal): -10452907 or 5603424. OLE color: 5603424.

HSL color Cylindrical-coordinate representation of color #608055: hue angle of 104.65º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #608055 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.50.

Color convert

RGB9612885-
CMYK0.2500.340.50
HSL104.65º20.19%41.76%-
HSV(B)104.65º33.59%50.2%-
XYZ14.1818.5811.43-
YUV113.53111.9115.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.07%
GREEN value IS 128 (50.39% from 255) = 41.42%
BLUE value IS 85 (33.59% from 255) = 27.51%
R=31.07%
G=41.42%
B=27.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal96128850.2500.340.50104.6520.1941.76
Hex608055190223269142a
Octal14020012531042621512452
Binary1100000100000001010101110010100010110010110100110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608055; }

 p { color: rgb(96,128,85); }

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

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

 a { background-color: rgb(96,128,85); }

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

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

 span { border-color: rgb(96,128,85); }

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