Html Css Color HEX #64894D Glade Green

📋 copy color: '#64894D'

red 100 ◦ green 137 ◦ blue 77

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

Shades of Glade Green #64894D

Tints of Glade Green #64894D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.63%

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

R = 31.85%
G = 43.63%
B = 24.52%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.44

 K value IS 0.46

RGB Variations

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

Color information

#64894D (or 0x64894D) is known color: Glade Green. HEX triplet: 64, 89 and 4D. RGB value is (100,137,77). Sum of RGB (Red+Green+Blue) = 100+137+77=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 137 (53.91% from 255 or 43.63% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 137 - color contains mainly: green. Hex color #64894D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64894D is #9B76B2. Grayscale: #777777. Windows color (decimal): -10188467 or 5081444. OLE color: 5081444.

HSL color Cylindrical-coordinate representation of color #64894D: hue angle of 97º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #64894D is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.

Color convert

RGB 100 137 77 -
CMYK 0.27 0 0.44 0.46
HSL 97º 0.28% 0.42% -
HSV(B) 97º 0.44% 0.54% -
XYZ 15.54 21.14 10.28 -
YUV 119.1 104.24 114.38 -
System Red Green Blue C M Y K H S L
Decimal 100 137 77 0.27 0 0.44 0.46 97 0.28 0.42
Hex 64 89 4D 1B 0 2C 2E 61 1C 2A
Octal 144 211 115 33 0 54 56 141 34 52
Binary 1100100 10001001 1001101 11011 0 101100 101110 1100001 11100 101010

Color Harmonies of #64894D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64894D

Black with #64894D

Text Example


Text Example

White with #64894D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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