Html Css Color HEX #64904C Glade Green

📋 copy color: '#64904C'

red 100 ◦ green 144 ◦ blue 76

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

Shades of Glade Green #64904C

Tints of Glade Green #64904C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45%

 BLUE value IS 76 (30.08% from 255) = 23.75%

R = 31.25%
G = 45%
B = 23.75%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.47

 K value IS 0.44

RGB Variations

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

Color information

#64904C (or 0x64904C) is known color: Glade Green. HEX triplet: 64, 90 and 4C. RGB value is (100,144,76). Sum of RGB (Red+Green+Blue) = 100+144+76=320 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.25% from 320); Green value is 144 (56.64% from 255 or 45% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 144 - color contains mainly: green. Hex color #64904C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64904C is #9B6FB3. Grayscale: #7B7B7B. Windows color (decimal): -10186676 or 5017700. OLE color: 5017700.

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

Color convert

RGB 100 144 76 -
CMYK 0.31 0 0.47 0.44
HSL 98.82º 0.31% 0.43% -
HSV(B) 98.82º 0.47% 0.56% -
XYZ 16.53 23.18 10.44 -
YUV 123.09 101.42 111.53 -
System Red Green Blue C M Y K H S L
Decimal 100 144 76 0.31 0 0.47 0.44 98.82 0.31 0.43
Hex 64 90 4C 1F 0 2F 2C 63 1F 2B
Octal 144 220 114 37 0 57 54 143 37 53
Binary 1100100 10010000 1001100 11111 0 101111 101100 1100011 11111 101011

Color Harmonies of #64904C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64904C

Black with #64904C

Text Example


Text Example

White with #64904C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64904C; }

 p { color: rgb(100,144,76); }

 H1.HeaderClassName
 {
   color: #64904C;
 }
 .AnyTagClassName
 {
   color: #64904C;
 }
</style>

background-color css

<style>
 a { background-color: #64904C; }

 a { background-color: rgb(100,144,76); }

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

border-color css

<style>
 span { border-color: #64904C; }

 span { border-color: rgb(100,144,76); }

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