#608050

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

Shades of Glade Green #608050

Tints of Glade Green #608050

Color information

#608050 (or 0x608050) is unknown color: approx Glade Green. HEX triplet: 60, 80 and 50. RGB value is (96,128,80). Sum of RGB (Red+Green+Blue) = 96+128+80=304 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.58% from 304); Green value is 128 (50.39% from 255 or 42.11% from 304); Blue value is 80 (31.64% from 255 or 26.32% from 304); Max value from RGB is 128 - color contains mainly: green. Hex color #608050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608050 is #9F7FAF. Grayscale: #717171. Windows color (decimal): -10452912 or 5275744. OLE color: 5275744.

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

Color convert

RGB9612880-
CMYK0.2500.380.50
HSL100º23.08%40.78%-
HSV(B)100º37.5%50.2%-
XYZ13.9918.510.42-
YUV112.96109.4115.9-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.58%
GREEN value IS 128 (50.39% from 255) = 42.11%
BLUE value IS 80 (31.64% from 255) = 26.32%
R=31.58%
G=42.11%
B=26.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal96128800.2500.380.5010023.0840.78
Hex6080501902632641729
Octal14020012031046621442751
Binary1100000100000001010000110010100110110010110010010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608050; }

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

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

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

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

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

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

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

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