Html Css Color HEX #62914B Glade Green

📋 copy color: '#62914B'

red 98 ◦ green 145 ◦ blue 75

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

Shades of Glade Green #62914B

Tints of Glade Green #62914B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.6%

 BLUE value IS 75 (29.69% from 255) = 23.58%

R = 30.82%
G = 45.6%
B = 23.58%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.48

 K value IS 0.43

RGB Variations

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

Color information

#62914B (or 0x62914B) is known color: Glade Green. HEX triplet: 62, 91 and 4B. RGB value is (98,145,75). Sum of RGB (Red+Green+Blue) = 98+145+75=318 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.82% from 318); Green value is 145 (57.03% from 255 or 45.60% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 145 - color contains mainly: green. Hex color #62914B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62914B is #9D6EB4. Grayscale: #7B7B7B. Windows color (decimal): -10317493 or 4952418. OLE color: 4952418.

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

Color convert

RGB 98 145 75 -
CMYK 0.32 0 0.48 0.43
HSL 100.29º 0.32% 0.43% -
HSV(B) 100.29º 0.48% 0.57% -
XYZ 16.43 23.36 10.3 -
YUV 122.97 100.93 110.19 -
System Red Green Blue C M Y K H S L
Decimal 98 145 75 0.32 0 0.48 0.43 100.29 0.32 0.43
Hex 62 91 4B 20 0 30 2B 64 20 2B
Octal 142 221 113 40 0 60 53 144 40 53
Binary 1100010 10010001 1001011 100000 0 110000 101011 1100100 100000 101011

Color Harmonies of #62914B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62914B

Black with #62914B

Text Example


Text Example

White with #62914B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #62914B;
 }
 .AnyTagClassName
 {
   color: #62914B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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