#5D6B4B

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

Shades of Chalet Green #5D6B4B

Tints of Chalet Green #5D6B4B

Color information

#5D6B4B (or 0x5D6B4B) is unknown color: approx Chalet Green. HEX triplet: 5D, 6B and 4B. RGB value is (93,107,75). Sum of RGB (Red+Green+Blue) = 93+107+75=275 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.82% from 275); Green value is 107 (42.19% from 255 or 38.91% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 107 - color contains mainly: green. Hex color #5D6B4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6B4B is #A294B4. Grayscale: #636363. Windows color (decimal): -10654901 or 4942685. OLE color: 4942685.

HSL color Cylindrical-coordinate representation of color #5D6B4B: hue angle of 86.25º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5D6B4B is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB9310775-
CMYK0.1300.300.58
HSL86.25º17.58%35.69%-
HSV(B)86.25º29.91%41.96%-
XYZ11.0413.358.65-
YUV99.17114.36123.6-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 33.82%
GREEN value IS 107 (42.19% from 255) = 38.91%
BLUE value IS 75 (29.69% from 255) = 27.27%
R=33.82%
G=38.91%
B=27.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal93107750.1300.300.5886.2517.5835.69
Hex5D6B4BD01E3A561224
Octal13515311315036721262244
Binary1011101110101110010111101011110111010101011010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,107,75); }

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

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

 a { background-color: rgb(93,107,75); }

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

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

 span { border-color: rgb(93,107,75); }

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