Html Css Color HEX #62964A Glade Green

📋 copy color: '#62964A'

red 98 ◦ green 150 ◦ blue 74

#62964A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Glade Green #62964A

Tints of Glade Green #62964A

RGB

 RED value IS 98 (38.67% from 255) = 30.43%

 GREEN value IS 150 (58.98% from 255) = 46.58%

 BLUE value IS 74 (29.3% from 255) = 22.98%

R = 30.43%
G = 46.58%
B = 22.98%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#62964A (or 0x62964A) is known color: Glade Green. HEX triplet: 62, 96 and 4A. RGB value is (98,150,74). Sum of RGB (Red+Green+Blue) = 98+150+74=322 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.43% from 322); Green value is 150 (58.98% from 255 or 46.58% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 150 - color contains mainly: green. Hex color #62964A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62964A is #9D69B5. Grayscale: #7E7E7E. Windows color (decimal): -10316214 or 4888162. OLE color: 4888162.

HSL color Cylindrical-coordinate representation of color #62964A: hue angle of 101.05º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #62964A is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB 98 150 74 -
CMYK 0.35 0 0.51 0.41
HSL 101.05º 0.34% 0.44% -
HSV(B) 101.05º 0.51% 0.59% -
XYZ 17.18 24.9 10.38 -
YUV 125.79 98.77 108.18 -
System Red Green Blue C M Y K H S L
Decimal 98 150 74 0.35 0 0.51 0.41 101.05 0.34 0.44
Hex 62 96 4A 23 0 33 29 65 22 2C
Octal 142 226 112 43 0 63 51 145 42 54
Binary 1100010 10010110 1001010 100011 0 110011 101001 1100101 100010 101100

Color Harmonies of #62964A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62964A

Black with #62964A

Text Example


Text Example

White with #62964A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #62964A;
 }
 .AnyTagClassName
 {
   color: #62964A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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