Html Css Color HEX #64954D Glade Green

📋 copy color: '#64954D'

red 100 ◦ green 149 ◦ blue 77

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

Shades of Glade Green #64954D

Tints of Glade Green #64954D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.71%

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

R = 30.67%
G = 45.71%
B = 23.62%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#64954D (or 0x64954D) is known color: Glade Green. HEX triplet: 64, 95 and 4D. RGB value is (100,149,77). Sum of RGB (Red+Green+Blue) = 100+149+77=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 149 (58.59% from 255 or 45.71% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 149 - color contains mainly: green. Hex color #64954D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64954D is #9B6AB2. Grayscale: #7E7E7E. Windows color (decimal): -10185395 or 5084516. OLE color: 5084516.

HSL color Cylindrical-coordinate representation of color #64954D: hue angle of 100.83º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64954D is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 149 77 -
CMYK 0.33 0 0.48 0.42
HSL 100.83º 0.32% 0.44% -
HSV(B) 100.83º 0.48% 0.58% -
XYZ 17.34 24.74 10.88 -
YUV 126.14 100.27 109.35 -
System Red Green Blue C M Y K H S L
Decimal 100 149 77 0.33 0 0.48 0.42 100.83 0.32 0.44
Hex 64 95 4D 21 0 30 2A 65 20 2C
Octal 144 225 115 41 0 60 52 145 40 54
Binary 1100100 10010101 1001101 100001 0 110000 101010 1100101 100000 101100

Color Harmonies of #64954D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64954D

Black with #64954D

Text Example


Text Example

White with #64954D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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