Html Css Color HEX #64924D Glade Green

📋 copy color: '#64924D'

red 100 ◦ green 146 ◦ blue 77

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

Shades of Glade Green #64924D

Tints of Glade Green #64924D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.2%

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

R = 30.96%
G = 45.2%
B = 23.84%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.47

 K value IS 0.43

RGB Variations

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

Color information

#64924D (or 0x64924D) is known color: Glade Green. HEX triplet: 64, 92 and 4D. RGB value is (100,146,77). Sum of RGB (Red+Green+Blue) = 100+146+77=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 146 (57.42% from 255 or 45.20% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 146 - color contains mainly: green. Hex color #64924D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64924D is #9B6DB2. Grayscale: #7C7C7C. Windows color (decimal): -10186163 or 5083748. OLE color: 5083748.

HSL color Cylindrical-coordinate representation of color #64924D: hue angle of 100º 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 #64924D is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB 100 146 77 -
CMYK 0.32 0 0.47 0.43
HSL 100º 0.31% 0.44% -
HSV(B) 100º 0.47% 0.57% -
XYZ 16.87 23.8 10.73 -
YUV 124.38 101.26 110.61 -
System Red Green Blue C M Y K H S L
Decimal 100 146 77 0.32 0 0.47 0.43 100 0.31 0.44
Hex 64 92 4D 20 0 2F 2B 64 1F 2C
Octal 144 222 115 40 0 57 53 144 37 54
Binary 1100100 10010010 1001101 100000 0 101111 101011 1100100 11111 101100

Color Harmonies of #64924D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64924D

Black with #64924D

Text Example


Text Example

White with #64924D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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