#5D7A47

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

Shades of Dingley #5D7A47

Tints of Dingley #5D7A47

Color information

#5D7A47 (or 0x5D7A47) is unknown color: approx Dingley. HEX triplet: 5D, 7A and 47. RGB value is (93,122,71). Sum of RGB (Red+Green+Blue) = 93+122+71=286 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.52% from 286); Green value is 122 (48.05% from 255 or 42.66% from 286); Blue value is 71 (28.12% from 255 or 24.83% from 286); Max value from RGB is 122 - color contains mainly: green. Hex color #5D7A47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7A47 is #A285B8. Grayscale: #6B6B6B. Windows color (decimal): -10651065 or 4684381. OLE color: 4684381.

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

Color convert

RGB9312271-
CMYK0.2400.420.52
HSL94.12º26.42%37.84%-
HSV(B)94.12º41.8%47.84%-
XYZ12.6116.78.52-
YUV107.51107.39117.65-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.52%
GREEN value IS 122 (48.05% from 255) = 42.66%
BLUE value IS 71 (28.12% from 255) = 24.83%
R=32.52%
G=42.66%
B=24.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal93122710.2400.420.5294.1226.4237.84
Hex5D7A471802A345e1a26
Octal13517210730052641363246
Binary101110111110101000111110000101010110100101111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,122,71); }

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

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

 a { background-color: rgb(93,122,71); }

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

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

 span { border-color: rgb(93,122,71); }

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