#5D784B

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

Shades of Dingley #5D784B

Tints of Dingley #5D784B

Color information

#5D784B (or 0x5D784B) is unknown color: approx Dingley. HEX triplet: 5D, 78 and 4B. RGB value is (93,120,75). Sum of RGB (Red+Green+Blue) = 93+120+75=288 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.29% from 288); Green value is 120 (47.27% from 255 or 41.67% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 120 - color contains mainly: green. Hex color #5D784B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D784B is #A287B4. Grayscale: #6A6A6A. Windows color (decimal): -10651573 or 4946013. OLE color: 4946013.

HSL color Cylindrical-coordinate representation of color #5D784B: hue angle of 96º 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 #5D784B is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB9312075-
CMYK0.2200.370.53
HSL96º23.08%38.24%-
HSV(B)96º37.5%47.06%-
XYZ12.516.279.14-
YUV106.8110.05118.16-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.29%
GREEN value IS 120 (47.27% from 255) = 41.67%
BLUE value IS 75 (29.69% from 255) = 26.04%
R=32.29%
G=41.67%
B=26.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal93120750.2200.370.539623.0838.24
Hex5D784B1602535601726
Octal13517011326045651402746
Binary101110111110001001011101100100101110101110000010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D784B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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