#62824F

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

Shades of Glade Green #62824F

Tints of Glade Green #62824F

Color information

#62824F (or 0x62824F) is unknown color: approx Glade Green. HEX triplet: 62, 82 and 4F. RGB value is (98,130,79). Sum of RGB (Red+Green+Blue) = 98+130+79=307 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.92% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 79 (31.25% from 255 or 25.73% from 307); Max value from RGB is 130 - color contains mainly: green. Hex color #62824F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62824F is #9D7DB0. Grayscale: #727272. Windows color (decimal): -10321329 or 5210722. OLE color: 5210722.

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

Color convert

RGB9813079-
CMYK0.2500.390.49
HSL97.65º24.4%40.98%-
HSV(B)97.65º39.23%50.98%-
XYZ14.4319.1310.33-
YUV114.62107.9116.15-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.92%
GREEN value IS 130 (51.17% from 255) = 42.35%
BLUE value IS 79 (31.25% from 255) = 25.73%
R=31.92%
G=42.35%
B=25.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal98130790.2500.390.4997.6524.440.98
Hex62824F1902731621829
Octal14220211731047611423051
Binary1100010100000101001111110010100111110001110001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62824F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62824F; }

 p { color: rgb(98,130,79); }

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

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

 a { background-color: rgb(98,130,79); }

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

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

 span { border-color: rgb(98,130,79); }

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