Html Css Color HEX #5E704A Chalet Green

📋 copy color: '#5E704A'

red 94 ◦ green 112 ◦ blue 74

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

Shades of Chalet Green #5E704A

Tints of Chalet Green #5E704A

RGB

 RED value IS 94 (37.11% from 255) = 33.57%

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

 BLUE value IS 74 (29.3% from 255) = 26.43%

R = 33.57%
G = 40%
B = 26.43%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#5E704A (or 0x5E704A) is known color: Chalet Green. HEX triplet: 5E, 70 and 4A. RGB value is (94,112,74). Sum of RGB (Red+Green+Blue) = 94+112+74=280 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.57% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 112 - color contains mainly: green. Hex color #5E704A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E704A is #A18FB5. Grayscale: #666666. Windows color (decimal): -10588086 or 4878430. OLE color: 4878430.

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

Color convert

RGB 94 112 74 -
CMYK 0.16 0 0.34 0.56
HSL 88.42º 0.2% 0.36% -
HSV(B) 88.42º 0.34% 0.44% -
XYZ 11.65 14.46 8.66 -
YUV 102.29 112.04 122.09 -
System Red Green Blue C M Y K H S L
Decimal 94 112 74 0.16 0 0.34 0.56 88.42 0.2 0.36
Hex 5E 70 4A 10 0 22 38 58 14 24
Octal 136 160 112 20 0 42 70 130 24 44
Binary 1011110 1110000 1001010 10000 0 100010 111000 1011000 10100 100100

Color Harmonies of #5E704A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E704A

Black with #5E704A

Text Example


Text Example

White with #5E704A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,112,74); }

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

background-color css

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

 a { background-color: rgb(94,112,74); }

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

border-color css

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

 span { border-color: rgb(94,112,74); }

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