#5D7B49

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

Shades of Dingley #5D7B49

Tints of Dingley #5D7B49

Color information

#5D7B49 (or 0x5D7B49) is unknown color: approx Dingley. HEX triplet: 5D, 7B and 49. RGB value is (93,123,73). Sum of RGB (Red+Green+Blue) = 93+123+73=289 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.18% from 289); Green value is 123 (48.44% from 255 or 42.56% from 289); Blue value is 73 (28.91% from 255 or 25.26% from 289); Max value from RGB is 123 - color contains mainly: green. Hex color #5D7B49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7B49 is #A284B6. Grayscale: #6C6C6C. Windows color (decimal): -10650807 or 4815709. OLE color: 4815709.

HSL color Cylindrical-coordinate representation of color #5D7B49: hue angle of 96º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5D7B49 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.

Color convert

RGB9312373-
CMYK0.2400.410.52
HSL96º25.51%38.43%-
HSV(B)96º40.65%48.24%-
XYZ12.816.978.91-
YUV108.33108.06117.07-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.18%
GREEN value IS 123 (48.44% from 255) = 42.56%
BLUE value IS 73 (28.91% from 255) = 25.26%
R=32.18%
G=42.56%
B=25.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal93123730.2400.410.529625.5138.43
Hex5D7B491802934601a26
Octal13517311130051641403246
Binary101110111110111001001110000101001110100110000011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,123,73); }

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

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

 a { background-color: rgb(93,123,73); }

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

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

 span { border-color: rgb(93,123,73); }

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