#5d7f44

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

Shades of Dingley #5D7F44

Tints of Dingley #5D7F44

Color information

#5D7F44 (or 0x5D7F44) is unknown color: approx Dingley. HEX triplet: 5D, 7F and 44. RGB value is (93,127,68). Sum of RGB (Red+Green+Blue) = 93+127+68=288 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.29% from 288); Green value is 127 (50% from 255 or 44.10% from 288); Blue value is 68 (26.95% from 255 or 23.61% from 288); Max value from RGB is 127 - color contains mainly: green. Hex color #5D7F44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7F44 is #A280BB. Grayscale: #6E6E6E. Windows color (decimal): -10649788 or 4489053. OLE color: 4489053.

HSL color Cylindrical-coordinate representation of color #5D7F44: hue angle of 94.58º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5D7F44 is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.50.

Color convert

RGB9312768-
CMYK0.2700.460.50
HSL94.58º30.26%38.24%-
HSV(B)94.58º46.46%49.8%-
XYZ13.1517.928.24-
YUV110.11104.24115.8-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.29%
GREEN value IS 127 (50% from 255) = 44.10%
BLUE value IS 68 (26.95% from 255) = 23.61%
R=32.29%
G=44.10%
B=23.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal93127680.2700.460.5094.5830.2638.24
Hex5D7F441B02E325f1e26
Octal13517710433056621373646
Binary101110111111111000100110110101110110010101111111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5d7f44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,127,68); }

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

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

 a { background-color: rgb(93,127,68); }

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

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

 span { border-color: rgb(93,127,68); }

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