Html Css Color HEX #5D703A Chalet Green

📋 copy color: '#5D703A'

red 93 ◦ green 112 ◦ blue 58

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

Shades of Chalet Green #5D703A

Tints of Chalet Green #5D703A

RGB

 RED value IS 93 (36.72% from 255) = 35.36%

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

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

R = 35.36%
G = 42.59%
B = 22.05%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#5D703A (or 0x5D703A) is known color: Chalet Green. HEX triplet: 5D, 70 and 3A. RGB value is (93,112,58). Sum of RGB (Red+Green+Blue) = 93+112+58=263 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.36% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 58 (23.05% from 255 or 22.05% from 263); Max value from RGB is 112 - color contains mainly: green. Hex color #5D703A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D703A is #A28FC5. Grayscale: #646464. Windows color (decimal): -10653638 or 3829853. OLE color: 3829853.

HSL color Cylindrical-coordinate representation of color #5D703A: hue angle of 81.11º 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 #5D703A is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB 93 112 58 -
CMYK 0.17 0 0.48 0.56
HSL 81.11º 0.32% 0.33% -
HSV(B) 81.11º 0.48% 0.44% -
XYZ 11.07 14.22 6.16 -
YUV 100.16 104.21 122.89 -
System Red Green Blue C M Y K H S L
Decimal 93 112 58 0.17 0 0.48 0.56 81.11 0.32 0.33
Hex 5D 70 3A 11 0 30 38 51 20 21
Octal 135 160 72 21 0 60 70 121 40 41
Binary 1011101 1110000 111010 10001 0 110000 111000 1010001 100000 100001

Color Harmonies of #5D703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D703A

Black with #5D703A

Text Example


Text Example

White with #5D703A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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