Html Css Color HEX #5A7146 Chalet Green

📋 copy color: '#5A7146'

red 90 ◦ green 113 ◦ blue 70

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

Shades of Chalet Green #5A7146

Tints of Chalet Green #5A7146

RGB

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

 GREEN value IS 113 (44.53% from 255) = 41.39%

 BLUE value IS 70 (27.73% from 255) = 25.64%

R = 32.97%
G = 41.39%
B = 25.64%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#5A7146 (or 0x5A7146) is known color: Chalet Green. HEX triplet: 5A, 71 and 46. RGB value is (90,113,70). Sum of RGB (Red+Green+Blue) = 90+113+70=273 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.97% from 273); Green value is 113 (44.53% from 255 or 41.39% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 113 - color contains mainly: green. Hex color #5A7146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7146 is #A58EB9. Grayscale: #656565. Windows color (decimal): -10849978 or 4616538. OLE color: 4616538.

HSL color Cylindrical-coordinate representation of color #5A7146: hue angle of 92.09º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A7146 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB 90 113 70 -
CMYK 0.20 0 0.38 0.56
HSL 92.09º 0.23% 0.36% -
HSV(B) 92.09º 0.38% 0.44% -
XYZ 11.23 14.43 7.99 -
YUV 101.22 110.38 120 -
System Red Green Blue C M Y K H S L
Decimal 90 113 70 0.20 0 0.38 0.56 92.09 0.23 0.36
Hex 5A 71 46 14 0 26 38 5C 17 24
Octal 132 161 106 24 0 46 70 134 27 44
Binary 1011010 1110001 1000110 10100 0 100110 111000 1011100 10111 100100

Color Harmonies of #5A7146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7146

Black with #5A7146

Text Example


Text Example

White with #5A7146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,113,70); }

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

background-color css

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

 a { background-color: rgb(90,113,70); }

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

border-color css

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

 span { border-color: rgb(90,113,70); }

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