#5D7840

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

Shades of Dingley #5D7840

Tints of Dingley #5D7840

Color information

#5D7840 (or 0x5D7840) is unknown color: approx Dingley. HEX triplet: 5D, 78 and 40. RGB value is (93,120,64). Sum of RGB (Red+Green+Blue) = 93+120+64=277 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.57% from 277); Green value is 120 (47.27% from 255 or 43.32% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 120 - color contains mainly: green. Hex color #5D7840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7840 is #A287BF. Grayscale: #696969. Windows color (decimal): -10651584 or 4225117. OLE color: 4225117.

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

Color convert

RGB9312064-
CMYK0.2200.470.53
HSL88.93º30.43%36.08%-
HSV(B)88.93º46.67%47.06%-
XYZ12.1616.137.32-
YUV105.54104.55119.05-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 33.57%
GREEN value IS 120 (47.27% from 255) = 43.32%
BLUE value IS 64 (25.39% from 255) = 23.10%
R=33.57%
G=43.32%
B=23.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal93120640.2200.470.5388.9330.4336.08
Hex5D78401602F35591e24
Octal13517010026057651313644
Binary101110111110001000000101100101111110101101100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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