#64734A

Color #64734A Chalet Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chalet Green #64734A

Tints of Chalet Green #64734A

Color information

#64734A (or 0x64734A) is unknown color: approx Chalet Green. HEX triplet: 64, 73 and 4A. RGB value is (100,115,74). Sum of RGB (Red+Green+Blue) = 100+115+74=289 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.60% from 289); Green value is 115 (45.31% from 255 or 39.79% from 289); Blue value is 74 (29.30% from 255 or 25.61% from 289); Max value from RGB is 115 - color contains mainly: green. Hex color #64734A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64734A is #9B8CB5. Grayscale: #696969. Windows color (decimal): -10194102 or 4879204. OLE color: 4879204.

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

Color convert

RGB10011574-
CMYK0.1300.360.55
HSL81.95º21.69%37.06%-
HSV(B)81.95º35.65%45.1%-
XYZ12.6215.478.8-
YUV105.84110.03123.83-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.60%
GREEN value IS 115 (45.31% from 255) = 39.79%
BLUE value IS 74 (29.30% from 255) = 25.61%
R=34.60%
G=39.79%
B=25.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal100115740.1300.360.5581.9521.6937.06
Hex64734AD02437521625
Octal14416311215044671222645
Binary11001001110011100101011010100100110111101001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64734A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #64734A;
 }
 .AnyTagClassName
 {
   color: #64734A;
 }
</style>
background-color css

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

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

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

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

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

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