#608252

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

Shades of Glade Green #608252

Tints of Glade Green #608252

Color information

#608252 (or 0x608252) is unknown color: approx Glade Green. HEX triplet: 60, 82 and 52. RGB value is (96,130,82). Sum of RGB (Red+Green+Blue) = 96+130+82=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 82 (32.42% from 255 or 26.62% from 308); Max value from RGB is 130 - color contains mainly: green. Hex color #608252 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608252 is #9F7DAD. Grayscale: #727272. Windows color (decimal): -10452398 or 5407328. OLE color: 5407328.

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

Color convert

RGB9613082-
CMYK0.2600.370.49
HSL102.5º22.64%41.57%-
HSV(B)102.5º36.92%50.98%-
XYZ14.3319.0610.91-
YUV114.36109.74114.9-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.17%
GREEN value IS 130 (51.17% from 255) = 42.21%
BLUE value IS 82 (32.42% from 255) = 26.62%
R=31.17%
G=42.21%
B=26.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96130820.2600.370.49102.522.6441.57
Hex6082521A0253166172a
Octal14020212232045611462752
Binary1100000100000101010010110100100101110001110011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608252; }

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

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

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

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

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

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

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

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