Html Css Color HEX #64984C Glade Green

📋 copy color: '#64984C'

red 100 ◦ green 152 ◦ blue 76

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

Shades of Glade Green #64984C

Tints of Glade Green #64984C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 46.34%

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

R = 30.49%
G = 46.34%
B = 23.17%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.50

 K value IS 0.40

RGB Variations

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

Color information

#64984C (or 0x64984C) is known color: Glade Green. HEX triplet: 64, 98 and 4C. RGB value is (100,152,76). Sum of RGB (Red+Green+Blue) = 100+152+76=328 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.49% from 328); Green value is 152 (59.77% from 255 or 46.34% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 152 - color contains mainly: green. Hex color #64984C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64984C is #9B67B3. Grayscale: #808080. Windows color (decimal): -10184628 or 5019748. OLE color: 5019748.

HSL color Cylindrical-coordinate representation of color #64984C: hue angle of 101.05º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64984C is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB 100 152 76 -
CMYK 0.34 0 0.50 0.40
HSL 101.05º 0.33% 0.45% -
HSV(B) 101.05º 0.5% 0.6% -
XYZ 17.79 25.69 10.86 -
YUV 127.79 98.77 108.18 -
System Red Green Blue C M Y K H S L
Decimal 100 152 76 0.34 0 0.50 0.40 101.05 0.33 0.45
Hex 64 98 4C 22 0 32 28 65 21 2D
Octal 144 230 114 42 0 62 50 145 41 55
Binary 1100100 10011000 1001100 100010 0 110010 101000 1100101 100001 101101

Color Harmonies of #64984C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64984C

Black with #64984C

Text Example


Text Example

White with #64984C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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