#5D794B

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

Shades of Dingley #5D794B

Tints of Dingley #5D794B

Color information

#5D794B (or 0x5D794B) is unknown color: approx Dingley. HEX triplet: 5D, 79 and 4B. RGB value is (93,121,75). Sum of RGB (Red+Green+Blue) = 93+121+75=289 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.18% from 289); Green value is 121 (47.66% from 255 or 41.87% from 289); Blue value is 75 (29.69% from 255 or 25.95% from 289); Max value from RGB is 121 - color contains mainly: green. Hex color #5D794B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D794B is #A286B4. Grayscale: #6B6B6B. Windows color (decimal): -10651317 or 4946269. OLE color: 4946269.

HSL color Cylindrical-coordinate representation of color #5D794B: hue angle of 96.52º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5D794B is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB9312175-
CMYK0.2300.380.53
HSL96.52º23.47%38.43%-
HSV(B)96.52º38.02%47.45%-
XYZ12.6216.519.18-
YUV107.38109.72117.74-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.18%
GREEN value IS 121 (47.66% from 255) = 41.87%
BLUE value IS 75 (29.69% from 255) = 25.95%
R=32.18%
G=41.87%
B=25.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal93121750.2300.380.5396.5223.4738.43
Hex5D794B1702635611726
Octal13517111327046651412746
Binary101110111110011001011101110100110110101110000110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D794B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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