Html Css Color HEX #64944F Glade Green

📋 copy color: '#64944F'

red 100 ◦ green 148 ◦ blue 79

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

Shades of Glade Green #64944F

Tints of Glade Green #64944F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.26%

 BLUE value IS 79 (31.25% from 255) = 24.16%

R = 30.58%
G = 45.26%
B = 24.16%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#64944F (or 0x64944F) is known color: Glade Green. HEX triplet: 64, 94 and 4F. RGB value is (100,148,79). Sum of RGB (Red+Green+Blue) = 100+148+79=327 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.58% from 327); Green value is 148 (58.20% from 255 or 45.26% from 327); Blue value is 79 (31.25% from 255 or 24.16% from 327); Max value from RGB is 148 - color contains mainly: green. Hex color #64944F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64944F is #9B6BB0. Grayscale: #7E7E7E. Windows color (decimal): -10185649 or 5215332. OLE color: 5215332.

HSL color Cylindrical-coordinate representation of color #64944F: hue angle of 101.74º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64944F is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 148 79 -
CMYK 0.32 0 0.47 0.42
HSL 101.74º 0.3% 0.45% -
HSV(B) 101.74º 0.47% 0.58% -
XYZ 17.26 24.45 11.21 -
YUV 125.78 101.6 109.61 -
System Red Green Blue C M Y K H S L
Decimal 100 148 79 0.32 0 0.47 0.42 101.74 0.3 0.45
Hex 64 94 4F 20 0 2F 2A 66 1E 2D
Octal 144 224 117 40 0 57 52 146 36 55
Binary 1100100 10010100 1001111 100000 0 101111 101010 1100110 11110 101101

Color Harmonies of #64944F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64944F

Black with #64944F

Text Example


Text Example

White with #64944F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64944F; }

 p { color: rgb(100,148,79); }

 H1.HeaderClassName
 {
   color: #64944F;
 }
 .AnyTagClassName
 {
   color: #64944F;
 }
</style>

background-color css

<style>
 a { background-color: #64944F; }

 a { background-color: rgb(100,148,79); }

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

border-color css

<style>
 span { border-color: #64944F; }

 span { border-color: rgb(100,148,79); }

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