Html Css Color HEX #64984D Glade Green

📋 copy color: '#64984D'

red 100 ◦ green 152 ◦ blue 77

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

Shades of Glade Green #64984D

Tints of Glade Green #64984D

RGB

 RED value IS 100 (39.45% from 255) = 30.4%

 GREEN value IS 152 (59.77% from 255) = 46.2%

 BLUE value IS 77 (30.47% from 255) = 23.4%

R = 30.4%
G = 46.2%
B = 23.4%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.49

 K value IS 0.40

RGB Variations

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

Color information

#64984D (or 0x64984D) is known color: Glade Green. HEX triplet: 64, 98 and 4D. RGB value is (100,152,77). Sum of RGB (Red+Green+Blue) = 100+152+77=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 152 (59.77% from 255 or 46.20% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 152 - color contains mainly: green. Hex color #64984D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64984D is #9B67B2. Grayscale: #808080. Windows color (decimal): -10184627 or 5085284. OLE color: 5085284.

HSL color Cylindrical-coordinate representation of color #64984D: hue angle of 101.6º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64984D is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB 100 152 77 -
CMYK 0.34 0 0.49 0.40
HSL 101.6º 0.33% 0.45% -
HSV(B) 101.6º 0.49% 0.6% -
XYZ 17.82 25.7 11.04 -
YUV 127.9 99.27 108.1 -
System Red Green Blue C M Y K H S L
Decimal 100 152 77 0.34 0 0.49 0.40 101.6 0.33 0.45
Hex 64 98 4D 22 0 31 28 66 21 2D
Octal 144 230 115 42 0 61 50 146 41 55
Binary 1100100 10011000 1001101 100010 0 110001 101000 1100110 100001 101101

Color Harmonies of #64984D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64984D

Black with #64984D

Text Example


Text Example

White with #64984D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64984D; }

 p { color: rgb(100,152,77); }

 H1.HeaderClassName
 {
   color: #64984D;
 }
 .AnyTagClassName
 {
   color: #64984D;
 }
</style>

background-color css

<style>
 a { background-color: #64984D; }

 a { background-color: rgb(100,152,77); }

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

border-color css

<style>
 span { border-color: #64984D; }

 span { border-color: rgb(100,152,77); }

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