Html Css Color HEX #5D714A Chalet Green

📋 copy color: '#5D714A'

red 93 ◦ green 113 ◦ blue 74

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

Shades of Chalet Green #5D714A

Tints of Chalet Green #5D714A

RGB

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

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

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

R = 33.21%
G = 40.36%
B = 26.43%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#5D714A (or 0x5D714A) is known color: Chalet Green. HEX triplet: 5D, 71 and 4A. RGB value is (93,113,74). Sum of RGB (Red+Green+Blue) = 93+113+74=280 (37% of max value = 765). Red value is 93 (36.72% from 255 or 33.21% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 113 - color contains mainly: green. Hex color #5D714A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D714A is #A28EB5. Grayscale: #666666. Windows color (decimal): -10653366 or 4878685. OLE color: 4878685.

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

Color convert

RGB 93 113 74 -
CMYK 0.18 0 0.35 0.56
HSL 90.77º 0.21% 0.37% -
HSV(B) 90.77º 0.35% 0.44% -
XYZ 11.66 14.63 8.69 -
YUV 102.57 111.87 121.17 -
System Red Green Blue C M Y K H S L
Decimal 93 113 74 0.18 0 0.35 0.56 90.77 0.21 0.37
Hex 5D 71 4A 12 0 23 38 5B 15 25
Octal 135 161 112 22 0 43 70 133 25 45
Binary 1011101 1110001 1001010 10010 0 100011 111000 1011011 10101 100101

Color Harmonies of #5D714A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D714A

Black with #5D714A

Text Example


Text Example

White with #5D714A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,113,74); }

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

background-color css

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

 a { background-color: rgb(93,113,74); }

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

border-color css

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

 span { border-color: rgb(93,113,74); }

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