Html Css Color HEX #64994B Glade Green

📋 copy color: '#64994B'

red 100 ◦ green 153 ◦ blue 75

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

Shades of Glade Green #64994B

Tints of Glade Green #64994B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.65%

 BLUE value IS 75 (29.69% from 255) = 22.87%

R = 30.49%
G = 46.65%
B = 22.87%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.51

 K value IS 0.4

RGB Variations

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

Color information

#64994B (or 0x64994B) is known color: Glade Green. HEX triplet: 64, 99 and 4B. RGB value is (100,153,75). Sum of RGB (Red+Green+Blue) = 100+153+75=328 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.49% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 153 - color contains mainly: green. Hex color #64994B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64994B is #9B66B4. Grayscale: #808080. Windows color (decimal): -10184373 or 4954468. OLE color: 4954468.

HSL color Cylindrical-coordinate representation of color #64994B: hue angle of 100.77º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64994B is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.4.

Color convert

RGB 100 153 75 -
CMYK 0.35 0 0.51 0.4
HSL 100.77º 0.34% 0.45% -
HSV(B) 100.77º 0.51% 0.6% -
XYZ 17.92 26 10.73 -
YUV 128.26 97.94 107.84 -
System Red Green Blue C M Y K H S L
Decimal 100 153 75 0.35 0 0.51 0.4 100.77 0.34 0.45
Hex 64 99 4B 23 0 33 28 65 22 2D
Octal 144 231 113 43 0 63 50 145 42 55
Binary 1100100 10011001 1001011 100011 0 110011 101000 1100101 100010 101101

Color Harmonies of #64994B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64994B

Black with #64994B

Text Example


Text Example

White with #64994B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64994B; }

 p { color: rgb(100,153,75); }

 H1.HeaderClassName
 {
   color: #64994B;
 }
 .AnyTagClassName
 {
   color: #64994B;
 }
</style>

background-color css

<style>
 a { background-color: #64994B; }

 a { background-color: rgb(100,153,75); }

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

border-color css

<style>
 span { border-color: #64994B; }

 span { border-color: rgb(100,153,75); }

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