#62914A

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

Shades of Glade Green #62914A

Tints of Glade Green #62914A

Color information

#62914A (or 0x62914A) is unknown color: approx Glade Green. HEX triplet: 62, 91 and 4A. RGB value is (98,145,74). Sum of RGB (Red+Green+Blue) = 98+145+74=317 (41% of max value = 765). Red value is 98 (38.67% from 255 or 30.91% from 317); Green value is 145 (57.03% from 255 or 45.74% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 145 - color contains mainly: green. Hex color #62914A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62914A is #9D6EB5. Grayscale: #7B7B7B. Windows color (decimal): -10317494 or 4886882. OLE color: 4886882.

HSL color Cylindrical-coordinate representation of color #62914A: hue angle of 99.72º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #62914A is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB9814574-
CMYK0.3200.490.43
HSL99.72º32.42%42.94%-
HSV(B)99.72º48.97%56.86%-
XYZ16.423.3410.12-
YUV122.85100.43110.27-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.91%
GREEN value IS 145 (57.03% from 255) = 45.74%
BLUE value IS 74 (29.30% from 255) = 23.34%
R=30.91%
G=45.74%
B=23.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal98145740.3200.490.4399.7232.4242.94
Hex62914A200312B64202b
Octal14222111240061531444053
Binary110001010010001100101010000001100011010111100100100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62914A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62914A; }

 p { color: rgb(98,145,74); }

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

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

 a { background-color: rgb(98,145,74); }

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

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

 span { border-color: rgb(98,145,74); }

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