#5D714F

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

Shades of Dingley #5D714F

Tints of Dingley #5D714F

Color information

#5D714F (or 0x5D714F) is unknown color: approx Dingley. HEX triplet: 5D, 71 and 4F. RGB value is (93,113,79). Sum of RGB (Red+Green+Blue) = 93+113+79=285 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.63% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 79 (31.25% from 255 or 27.72% from 285); Max value from RGB is 113 - color contains mainly: green. Hex color #5D714F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D714F is #A28EB0. Grayscale: #676767. Windows color (decimal): -10653361 or 5206365. OLE color: 5206365.

HSL color Cylindrical-coordinate representation of color #5D714F: hue angle of 95.29º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5D714F is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB9311379-
CMYK0.1800.300.56
HSL95.29º17.71%37.65%-
HSV(B)95.29º30.09%44.31%-
XYZ11.8314.79.61-
YUV103.14114.37120.76-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.63%
GREEN value IS 113 (44.53% from 255) = 39.65%
BLUE value IS 79 (31.25% from 255) = 27.72%
R=32.63%
G=39.65%
B=27.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal93113790.1800.300.5695.2917.7137.65
Hex5D714F1201E385f1226
Octal13516111722036701372246
Binary10111011110001100111110010011110111000101111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D714F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,113,79); }

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

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

 a { background-color: rgb(93,113,79); }

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

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

 span { border-color: rgb(93,113,79); }

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