#5D7642

Color #5D7642 Chalet Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chalet Green #5D7642

Tints of Chalet Green #5D7642

Color information

#5D7642 (or 0x5D7642) is unknown color: approx Chalet Green. HEX triplet: 5D, 76 and 42. RGB value is (93,118,66). Sum of RGB (Red+Green+Blue) = 93+118+66=277 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.57% from 277); Green value is 118 (46.48% from 255 or 42.60% from 277); Blue value is 66 (26.17% from 255 or 23.83% from 277); Max value from RGB is 118 - color contains mainly: green. Hex color #5D7642 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7642 is #A289BD. Grayscale: #686868. Windows color (decimal): -10652094 or 4355677. OLE color: 4355677.

HSL color Cylindrical-coordinate representation of color #5D7642: hue angle of 88.85º 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 #5D7642 is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB9311866-
CMYK0.2100.440.54
HSL88.85º28.26%36.08%-
HSV(B)88.85º44.07%46.27%-
XYZ11.9815.687.55-
YUV104.6106.22119.73-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 33.57%
GREEN value IS 118 (46.48% from 255) = 42.60%
BLUE value IS 66 (26.17% from 255) = 23.83%
R=33.57%
G=42.60%
B=23.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal93118660.2100.440.5488.8528.2636.08
Hex5D76421502C36591c24
Octal13516610225054661313444
Binary101110111101101000010101010101100110110101100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5D7642;
 }
 .AnyTagClassName
 {
   color: #5D7642;
 }
</style>
background-color css

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

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

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

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

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

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