Html Css Color HEX #5E703A Chalet Green

📋 copy color: '#5E703A'

red 94 ◦ green 112 ◦ blue 58

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

Shades of Chalet Green #5E703A

Tints of Chalet Green #5E703A

RGB

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

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

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

R = 35.61%
G = 42.42%
B = 21.97%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#5E703A (or 0x5E703A) is known color: Chalet Green. HEX triplet: 5E, 70 and 3A. RGB value is (94,112,58). Sum of RGB (Red+Green+Blue) = 94+112+58=264 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.61% from 264); Green value is 112 (44.14% from 255 or 42.42% from 264); Blue value is 58 (23.05% from 255 or 21.97% from 264); Max value from RGB is 112 - color contains mainly: green. Hex color #5E703A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E703A is #A18FC5. Grayscale: #646464. Windows color (decimal): -10588102 or 3829854. OLE color: 3829854.

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

Color convert

RGB 94 112 58 -
CMYK 0.16 0 0.48 0.56
HSL 80º 0.32% 0.33% -
HSV(B) 80º 0.48% 0.44% -
XYZ 11.17 14.27 6.17 -
YUV 100.46 104.04 123.39 -
System Red Green Blue C M Y K H S L
Decimal 94 112 58 0.16 0 0.48 0.56 80 0.32 0.33
Hex 5E 70 3A 10 0 30 38 50 20 21
Octal 136 160 72 20 0 60 70 120 40 41
Binary 1011110 1110000 111010 10000 0 110000 111000 1010000 100000 100001

Color Harmonies of #5E703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E703A

Black with #5E703A

Text Example


Text Example

White with #5E703A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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