#62974C

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

Shades of Glade Green #62974C

Tints of Glade Green #62974C

Color information

#62974C (or 0x62974C) is unknown color: approx Glade Green. HEX triplet: 62, 97 and 4C. RGB value is (98,151,76). Sum of RGB (Red+Green+Blue) = 98+151+76=325 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.15% from 325); Green value is 151 (59.38% from 255 or 46.46% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 151 - color contains mainly: green. Hex color #62974C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62974C is #9D68B3. Grayscale: #7E7E7E. Windows color (decimal): -10315956 or 5019490. OLE color: 5019490.

HSL color Cylindrical-coordinate representation of color #62974C: hue angle of 102.4º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #62974C is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.41.

Color convert

RGB9815176-
CMYK0.3500.500.41
HSL102.4º33.04%44.51%-
HSV(B)102.4º49.67%59.22%-
XYZ17.4125.2510.79-
YUV126.699.44107.6-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.15%
GREEN value IS 151 (59.38% from 255) = 46.46%
BLUE value IS 76 (30.08% from 255) = 23.38%
R=30.15%
G=46.46%
B=23.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal98151760.3500.500.41102.433.0444.51
Hex62974C230322966212d
Octal14222711443062511464155
Binary110001010010111100110010001101100101010011100110100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62974C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62974C; }

 p { color: rgb(98,151,76); }

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

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

 a { background-color: rgb(98,151,76); }

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

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

 span { border-color: rgb(98,151,76); }

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