Html Css Color HEX #5A7342 Chalet Green

📋 copy color: '#5A7342'

red 90 ◦ green 115 ◦ blue 66

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

Shades of Chalet Green #5A7342

Tints of Chalet Green #5A7342

RGB

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

 GREEN value IS 115 (45.31% from 255) = 42.44%

 BLUE value IS 66 (26.17% from 255) = 24.35%

R = 33.21%
G = 42.44%
B = 24.35%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#5A7342 (or 0x5A7342) is known color: Chalet Green. HEX triplet: 5A, 73 and 42. RGB value is (90,115,66). Sum of RGB (Red+Green+Blue) = 90+115+66=271 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.21% from 271); Green value is 115 (45.31% from 255 or 42.44% from 271); Blue value is 66 (26.17% from 255 or 24.35% from 271); Max value from RGB is 115 - color contains mainly: green. Hex color #5A7342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7342 is #A58CBD. Grayscale: #666666. Windows color (decimal): -10849470 or 4354906. OLE color: 4354906.

HSL color Cylindrical-coordinate representation of color #5A7342: hue angle of 90.61º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A7342 is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 90 115 66 -
CMYK 0.22 0 0.43 0.55
HSL 90.61º 0.27% 0.35% -
HSV(B) 90.61º 0.43% 0.45% -
XYZ 11.33 14.83 7.42 -
YUV 101.94 107.72 119.48 -
System Red Green Blue C M Y K H S L
Decimal 90 115 66 0.22 0 0.43 0.55 90.61 0.27 0.35
Hex 5A 73 42 16 0 2B 37 5B 1B 23
Octal 132 163 102 26 0 53 67 133 33 43
Binary 1011010 1110011 1000010 10110 0 101011 110111 1011011 11011 100011

Color Harmonies of #5A7342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7342

Black with #5A7342

Text Example


Text Example

White with #5A7342

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,115,66); }

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

background-color css

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

 a { background-color: rgb(90,115,66); }

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

border-color css

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

 span { border-color: rgb(90,115,66); }

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