Html Css Color HEX #5A7137 Chalet Green

📋 copy color: '#5A7137'

red 90 ◦ green 113 ◦ blue 55

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

Shades of Chalet Green #5A7137

Tints of Chalet Green #5A7137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 21.32%

R = 34.88%
G = 43.8%
B = 21.32%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#5A7137 (or 0x5A7137) is known color: Chalet Green. HEX triplet: 5A, 71 and 37. RGB value is (90,113,55). Sum of RGB (Red+Green+Blue) = 90+113+55=258 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.88% from 258); Green value is 113 (44.53% from 255 or 43.80% from 258); Blue value is 55 (21.88% from 255 or 21.32% from 258); Max value from RGB is 113 - color contains mainly: green. Hex color #5A7137 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7137 is #A58EC8. Grayscale: #636363. Windows color (decimal): -10849993 or 3633498. OLE color: 3633498.

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

Color convert

RGB 90 113 55 -
CMYK 0.20 0 0.51 0.56
HSL 83.79º 0.35% 0.33% -
HSV(B) 83.79º 0.51% 0.44% -
XYZ 10.81 14.26 5.8 -
YUV 99.51 102.88 121.22 -
System Red Green Blue C M Y K H S L
Decimal 90 113 55 0.20 0 0.51 0.56 83.79 0.35 0.33
Hex 5A 71 37 14 0 33 38 54 23 21
Octal 132 161 67 24 0 63 70 124 43 41
Binary 1011010 1110001 110111 10100 0 110011 111000 1010100 100011 100001

Color Harmonies of #5A7137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7137

Black with #5A7137

Text Example


Text Example

White with #5A7137

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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