#608250

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

Shades of Glade Green #608250

Tints of Glade Green #608250

Color information

#608250 (or 0x608250) is unknown color: approx Glade Green. HEX triplet: 60, 82 and 50. RGB value is (96,130,80). Sum of RGB (Red+Green+Blue) = 96+130+80=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 130 - color contains mainly: green. Hex color #608250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608250 is #9F7DAF. Grayscale: #727272. Windows color (decimal): -10452400 or 5276256. OLE color: 5276256.

HSL color Cylindrical-coordinate representation of color #608250: hue angle of 100.8º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #608250 is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB9613080-
CMYK0.2600.380.49
HSL100.8º23.81%41.18%-
HSV(B)100.8º38.46%50.98%-
XYZ14.2519.0310.51-
YUV114.13108.74115.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.37%
GREEN value IS 130 (51.17% from 255) = 42.48%
BLUE value IS 80 (31.64% from 255) = 26.14%
R=31.37%
G=42.48%
B=26.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96130800.2600.380.49100.823.8141.18
Hex6082501A02631651829
Octal14020212032046611453051
Binary1100000100000101010000110100100110110001110010111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608250; }

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

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

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

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

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

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

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

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