Html Css Color HEX #5A644E Chalet Green

📋 copy color: '#5A644E'

red 90 ◦ green 100 ◦ blue 78

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

Shades of Chalet Green #5A644E

Tints of Chalet Green #5A644E

RGB

 RED value IS 90 (35.55% from 255) = 33.58%

 GREEN value IS 100 (39.45% from 255) = 37.31%

 BLUE value IS 78 (30.86% from 255) = 29.1%

R = 33.58%
G = 37.31%
B = 29.1%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.22

 K value IS 0.61

RGB Variations

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

Color information

#5A644E (or 0x5A644E) is known color: Chalet Green. HEX triplet: 5A, 64 and 4E. RGB value is (90,100,78). Sum of RGB (Red+Green+Blue) = 90+100+78=268 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.58% from 268); Green value is 100 (39.45% from 255 or 37.31% from 268); Blue value is 78 (30.86% from 255 or 29.10% from 268); Max value from RGB is 100 - color contains mainly: green. Hex color #5A644E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A644E is #A59BB1. Grayscale: #5E5E5E. Windows color (decimal): -10853298 or 5137498. OLE color: 5137498.

HSL color Cylindrical-coordinate representation of color #5A644E: hue angle of 87.27º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5A644E is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB 90 100 78 -
CMYK 0.10 0 0.22 0.61
HSL 87.27º 0.12% 0.35% -
HSV(B) 87.27º 0.22% 0.39% -
XYZ 10.15 11.84 8.96 -
YUV 94.5 118.69 124.79 -
System Red Green Blue C M Y K H S L
Decimal 90 100 78 0.10 0 0.22 0.61 87.27 0.12 0.35
Hex 5A 64 4E A 0 16 3D 57 C 23
Octal 132 144 116 12 0 26 75 127 14 43
Binary 1011010 1100100 1001110 1010 0 10110 111101 1010111 1100 100011

Color Harmonies of #5A644E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A644E

Black with #5A644E

Text Example


Text Example

White with #5A644E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A644E; }

 p { color: rgb(90,100,78); }

 H1.HeaderClassName
 {
   color: #5A644E;
 }
 .AnyTagClassName
 {
   color: #5A644E;
 }
</style>

background-color css

<style>
 a { background-color: #5A644E; }

 a { background-color: rgb(90,100,78); }

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

border-color css

<style>
 span { border-color: #5A644E; }

 span { border-color: rgb(90,100,78); }

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