Html Css Color HEX #64914D Glade Green

📋 copy color: '#64914D'

red 100 ◦ green 145 ◦ blue 77

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

Shades of Glade Green #64914D

Tints of Glade Green #64914D

RGB

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

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

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

R = 31.06%
G = 45.03%
B = 23.91%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.47

 K value IS 0.43

RGB Variations

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

Color information

#64914D (or 0x64914D) is known color: Glade Green. HEX triplet: 64, 91 and 4D. RGB value is (100,145,77). Sum of RGB (Red+Green+Blue) = 100+145+77=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 145 - color contains mainly: green. Hex color #64914D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64914D is #9B6EB2. Grayscale: #7C7C7C. Windows color (decimal): -10186419 or 5083492. OLE color: 5083492.

HSL color Cylindrical-coordinate representation of color #64914D: hue angle of 99.71º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64914D is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB 100 145 77 -
CMYK 0.31 0 0.47 0.43
HSL 99.71º 0.31% 0.44% -
HSV(B) 99.71º 0.47% 0.57% -
XYZ 16.72 23.5 10.68 -
YUV 123.79 101.59 111.03 -
System Red Green Blue C M Y K H S L
Decimal 100 145 77 0.31 0 0.47 0.43 99.71 0.31 0.44
Hex 64 91 4D 1F 0 2F 2B 64 1F 2C
Octal 144 221 115 37 0 57 53 144 37 54
Binary 1100100 10010001 1001101 11111 0 101111 101011 1100100 11111 101100

Color Harmonies of #64914D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64914D

Black with #64914D

Text Example


Text Example

White with #64914D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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