Html Css Color HEX #5A6C45 Chalet Green

📋 copy color: '#5A6C45'

red 90 ◦ green 108 ◦ blue 69

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

Shades of Chalet Green #5A6C45

Tints of Chalet Green #5A6C45

RGB

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

 GREEN value IS 108 (42.58% from 255) = 40.45%

 BLUE value IS 69 (27.34% from 255) = 25.84%

R = 33.71%
G = 40.45%
B = 25.84%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.36

 K value IS 0.58

RGB Variations

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

Color information

#5A6C45 (or 0x5A6C45) is known color: Chalet Green. HEX triplet: 5A, 6C and 45. RGB value is (90,108,69). Sum of RGB (Red+Green+Blue) = 90+108+69=267 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.71% from 267); Green value is 108 (42.58% from 255 or 40.45% from 267); Blue value is 69 (27.34% from 255 or 25.84% from 267); Max value from RGB is 108 - color contains mainly: green. Hex color #5A6C45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6C45 is #A593BA. Grayscale: #626262. Windows color (decimal): -10851259 or 4549722. OLE color: 4549722.

HSL color Cylindrical-coordinate representation of color #5A6C45: hue angle of 87.69º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5A6C45 is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.58.

Color convert

RGB 90 108 69 -
CMYK 0.17 0 0.36 0.58
HSL 87.69º 0.22% 0.35% -
HSV(B) 87.69º 0.36% 0.42% -
XYZ 10.65 13.33 7.64 -
YUV 98.17 111.54 122.17 -
System Red Green Blue C M Y K H S L
Decimal 90 108 69 0.17 0 0.36 0.58 87.69 0.22 0.35
Hex 5A 6C 45 11 0 24 3A 58 16 23
Octal 132 154 105 21 0 44 72 130 26 43
Binary 1011010 1101100 1000101 10001 0 100100 111010 1011000 10110 100011

Color Harmonies of #5A6C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6C45

Black with #5A6C45

Text Example


Text Example

White with #5A6C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,108,69); }

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

background-color css

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

 a { background-color: rgb(90,108,69); }

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

border-color css

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

 span { border-color: rgb(90,108,69); }

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