Html Css Color HEX #65744A Chalet Green

📋 copy color: '#65744A'

red 101 ◦ green 116 ◦ blue 74

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

Shades of Chalet Green #65744A

Tints of Chalet Green #65744A

RGB

 RED value IS 101 (39.84% from 255) = 34.71%

 GREEN value IS 116 (45.7% from 255) = 39.86%

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

R = 34.71%
G = 39.86%
B = 25.43%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#65744A (or 0x65744A) is known color: Chalet Green. HEX triplet: 65, 74 and 4A. RGB value is (101,116,74). Sum of RGB (Red+Green+Blue) = 101+116+74=291 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.71% from 291); Green value is 116 (45.70% from 255 or 39.86% from 291); Blue value is 74 (29.30% from 255 or 25.43% from 291); Max value from RGB is 116 - color contains mainly: green. Hex color #65744A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65744A is #9A8BB5. Grayscale: #6A6A6A. Windows color (decimal): -10128310 or 4879461. OLE color: 4879461.

HSL color Cylindrical-coordinate representation of color #65744A: hue angle of 81.43º 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 #65744A is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB 101 116 74 -
CMYK 0.13 0 0.36 0.55
HSL 81.43º 0.22% 0.37% -
HSV(B) 81.43º 0.36% 0.45% -
XYZ 12.85 15.75 8.84 -
YUV 106.73 109.53 123.92 -
System Red Green Blue C M Y K H S L
Decimal 101 116 74 0.13 0 0.36 0.55 81.43 0.22 0.37
Hex 65 74 4A D 0 24 37 51 16 25
Octal 145 164 112 15 0 44 67 121 26 45
Binary 1100101 1110100 1001010 1101 0 100100 110111 1010001 10110 100101

Color Harmonies of #65744A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65744A

Black with #65744A

Text Example


Text Example

White with #65744A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,116,74); }

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

background-color css

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

 a { background-color: rgb(101,116,74); }

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

border-color css

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

 span { border-color: rgb(101,116,74); }

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