Html Css Color HEX #64824F Glade Green

📋 copy color: '#64824F'

red 100 ◦ green 130 ◦ blue 79

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

Shades of Glade Green #64824F

Tints of Glade Green #64824F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.07%

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

R = 32.36%
G = 42.07%
B = 25.57%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#64824F (or 0x64824F) is known color: Glade Green. HEX triplet: 64, 82 and 4F. RGB value is (100,130,79). Sum of RGB (Red+Green+Blue) = 100+130+79=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 79 (31.25% from 255 or 25.57% from 309); Max value from RGB is 130 - color contains mainly: green. Hex color #64824F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64824F is #9B7DB0. Grayscale: #737373. Windows color (decimal): -10190257 or 5210724. OLE color: 5210724.

HSL color Cylindrical-coordinate representation of color #64824F: hue angle of 95.29º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #64824F is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 130 79 -
CMYK 0.23 0 0.39 0.49
HSL 95.29º 0.24% 0.41% -
HSV(B) 95.29º 0.39% 0.51% -
XYZ 14.65 19.24 10.34 -
YUV 115.22 107.56 117.15 -
System Red Green Blue C M Y K H S L
Decimal 100 130 79 0.23 0 0.39 0.49 95.29 0.24 0.41
Hex 64 82 4F 17 0 27 31 5F 18 29
Octal 144 202 117 27 0 47 61 137 30 51
Binary 1100100 10000010 1001111 10111 0 100111 110001 1011111 11000 101001

Color Harmonies of #64824F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64824F

Black with #64824F

Text Example


Text Example

White with #64824F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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