Html Css Color HEX #64724A Chalet Green

📋 copy color: '#64724A'

red 100 ◦ green 114 ◦ blue 74

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

Shades of Chalet Green #64724A

Tints of Chalet Green #64724A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.58%

 BLUE value IS 74 (29.3% from 255) = 25.69%

R = 34.72%
G = 39.58%
B = 25.69%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#64724A (or 0x64724A) is known color: Chalet Green. HEX triplet: 64, 72 and 4A. RGB value is (100,114,74). Sum of RGB (Red+Green+Blue) = 100+114+74=288 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.72% from 288); Green value is 114 (44.92% from 255 or 39.58% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 114 - color contains mainly: green. Hex color #64724A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64724A is #9B8DB5. Grayscale: #696969. Windows color (decimal): -10194358 or 4878948. OLE color: 4878948.

HSL color Cylindrical-coordinate representation of color #64724A: hue angle of 81º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #64724A is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB 100 114 74 -
CMYK 0.12 0 0.35 0.55
HSL 81º 0.21% 0.37% -
HSV(B) 81º 0.35% 0.45% -
XYZ 12.51 15.24 8.76 -
YUV 105.25 110.36 124.25 -
System Red Green Blue C M Y K H S L
Decimal 100 114 74 0.12 0 0.35 0.55 81 0.21 0.37
Hex 64 72 4A C 0 23 37 51 15 25
Octal 144 162 112 14 0 43 67 121 25 45
Binary 1100100 1110010 1001010 1100 0 100011 110111 1010001 10101 100101

Color Harmonies of #64724A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64724A

Black with #64724A

Text Example


Text Example

White with #64724A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64724A; }

 p { color: rgb(100,114,74); }

 H1.HeaderClassName
 {
   color: #64724A;
 }
 .AnyTagClassName
 {
   color: #64724A;
 }
</style>

background-color css

<style>
 a { background-color: #64724A; }

 a { background-color: rgb(100,114,74); }

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

border-color css

<style>
 span { border-color: #64724A; }

 span { border-color: rgb(100,114,74); }

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