Html Css Color HEX #5A664C Chalet Green

📋 copy color: '#5A664C'

red 90 ◦ green 102 ◦ blue 76

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

Shades of Chalet Green #5A664C

Tints of Chalet Green #5A664C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 38.06%

 BLUE value IS 76 (30.08% from 255) = 28.36%

R = 33.58%
G = 38.06%
B = 28.36%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#5A664C (or 0x5A664C) is known color: Chalet Green. HEX triplet: 5A, 66 and 4C. RGB value is (90,102,76). Sum of RGB (Red+Green+Blue) = 90+102+76=268 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.58% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 76 (30.08% from 255 or 28.36% from 268); Max value from RGB is 102 - color contains mainly: green. Hex color #5A664C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A664C is #A599B3. Grayscale: #5F5F5F. Windows color (decimal): -10852788 or 5006938. OLE color: 5006938.

HSL color Cylindrical-coordinate representation of color #5A664C: hue angle of 87.69º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5A664C is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB 90 102 76 -
CMYK 0.12 0 0.25 0.6
HSL 87.69º 0.15% 0.35% -
HSV(B) 87.69º 0.25% 0.4% -
XYZ 10.27 12.2 8.65 -
YUV 95.45 117.02 124.11 -
System Red Green Blue C M Y K H S L
Decimal 90 102 76 0.12 0 0.25 0.6 87.69 0.15 0.35
Hex 5A 66 4C C 0 19 3C 58 F 23
Octal 132 146 114 14 0 31 74 130 17 43
Binary 1011010 1100110 1001100 1100 0 11001 111100 1011000 1111 100011

Color Harmonies of #5A664C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A664C

Black with #5A664C

Text Example


Text Example

White with #5A664C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,102,76); }

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

background-color css

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

 a { background-color: rgb(90,102,76); }

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

border-color css

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

 span { border-color: rgb(90,102,76); }

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