Html Css Color HEX #5A703C Chalet Green

📋 copy color: '#5A703C'

red 90 ◦ green 112 ◦ blue 60

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

Shades of Chalet Green #5A703C

Tints of Chalet Green #5A703C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.75%

 BLUE value IS 60 (23.83% from 255) = 22.9%

R = 34.35%
G = 42.75%
B = 22.9%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#5A703C (or 0x5A703C) is known color: Chalet Green. HEX triplet: 5A, 70 and 3C. RGB value is (90,112,60). Sum of RGB (Red+Green+Blue) = 90+112+60=262 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.35% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 60 (23.83% from 255 or 22.90% from 262); Max value from RGB is 112 - color contains mainly: green. Hex color #5A703C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A703C is #A58FC3. Grayscale: #636363. Windows color (decimal): -10850244 or 3960922. OLE color: 3960922.

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

Color convert

RGB 90 112 60 -
CMYK 0.20 0 0.46 0.56
HSL 85.38º 0.3% 0.34% -
HSV(B) 85.38º 0.46% 0.44% -
XYZ 10.83 14.09 6.42 -
YUV 99.49 105.71 121.23 -
System Red Green Blue C M Y K H S L
Decimal 90 112 60 0.20 0 0.46 0.56 85.38 0.3 0.34
Hex 5A 70 3C 14 0 2E 38 55 1E 22
Octal 132 160 74 24 0 56 70 125 36 42
Binary 1011010 1110000 111100 10100 0 101110 111000 1010101 11110 100010

Color Harmonies of #5A703C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A703C

Black with #5A703C

Text Example


Text Example

White with #5A703C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,112,60); }

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

background-color css

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

 a { background-color: rgb(90,112,60); }

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

border-color css

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

 span { border-color: rgb(90,112,60); }

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