Html Css Color HEX #5A713A Chalet Green

📋 copy color: '#5A713A'

red 90 ◦ green 113 ◦ blue 58

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

Shades of Chalet Green #5A713A

Tints of Chalet Green #5A713A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.22%

R = 34.48%
G = 43.3%
B = 22.22%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#5A713A (or 0x5A713A) is known color: Chalet Green. HEX triplet: 5A, 71 and 3A. RGB value is (90,113,58). Sum of RGB (Red+Green+Blue) = 90+113+58=261 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.48% from 261); Green value is 113 (44.53% from 255 or 43.30% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 113 - color contains mainly: green. Hex color #5A713A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A713A is #A58EC5. Grayscale: #646464. Windows color (decimal): -10849990 or 3830106. OLE color: 3830106.

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

Color convert

RGB 90 113 58 -
CMYK 0.20 0 0.49 0.56
HSL 85.09º 0.32% 0.34% -
HSV(B) 85.09º 0.49% 0.44% -
XYZ 10.89 14.29 6.19 -
YUV 99.85 104.38 120.97 -
System Red Green Blue C M Y K H S L
Decimal 90 113 58 0.20 0 0.49 0.56 85.09 0.32 0.34
Hex 5A 71 3A 14 0 31 38 55 20 22
Octal 132 161 72 24 0 61 70 125 40 42
Binary 1011010 1110001 111010 10100 0 110001 111000 1010101 100000 100010

Color Harmonies of #5A713A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A713A

Black with #5A713A

Text Example


Text Example

White with #5A713A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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