Html Css Color HEX #5D7542 Chalet Green

📋 copy color: '#5D7542'

red 93 ◦ green 117 ◦ blue 66

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

Shades of Chalet Green #5D7542

Tints of Chalet Green #5D7542

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.39%

 BLUE value IS 66 (26.17% from 255) = 23.91%

R = 33.7%
G = 42.39%
B = 23.91%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#5D7542 (or 0x5D7542) is known color: Chalet Green. HEX triplet: 5D, 75 and 42. RGB value is (93,117,66). Sum of RGB (Red+Green+Blue) = 93+117+66=276 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.70% from 276); Green value is 117 (46.09% from 255 or 42.39% from 276); Blue value is 66 (26.17% from 255 or 23.91% from 276); Max value from RGB is 117 - color contains mainly: green. Hex color #5D7542 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7542 is #A28ABD. Grayscale: #686868. Windows color (decimal): -10652350 or 4355421. OLE color: 4355421.

HSL color Cylindrical-coordinate representation of color #5D7542: hue angle of 88.24º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5D7542 is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 93 117 66 -
CMYK 0.21 0 0.44 0.54
HSL 88.24º 0.28% 0.36% -
HSV(B) 88.24º 0.44% 0.46% -
XYZ 11.86 15.44 7.51 -
YUV 104.01 106.55 120.15 -
System Red Green Blue C M Y K H S L
Decimal 93 117 66 0.21 0 0.44 0.54 88.24 0.28 0.36
Hex 5D 75 42 15 0 2C 36 58 1C 24
Octal 135 165 102 25 0 54 66 130 34 44
Binary 1011101 1110101 1000010 10101 0 101100 110110 1011000 11100 100100

Color Harmonies of #5D7542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7542

Black with #5D7542

Text Example


Text Example

White with #5D7542

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,117,66); }

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

background-color css

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

 a { background-color: rgb(93,117,66); }

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

border-color css

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

 span { border-color: rgb(93,117,66); }

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