#5D714B

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

Shades of Dingley #5D714B

Tints of Dingley #5D714B

Color information

#5D714B (or 0x5D714B) is unknown color: approx Dingley. HEX triplet: 5D, 71 and 4B. RGB value is (93,113,75). Sum of RGB (Red+Green+Blue) = 93+113+75=281 (37% of max value = 765). Red value is 93 (36.72% from 255 or 33.10% from 281); Green value is 113 (44.53% from 255 or 40.21% from 281); Blue value is 75 (29.69% from 255 or 26.69% from 281); Max value from RGB is 113 - color contains mainly: green. Hex color #5D714B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D714B is #A28EB4. Grayscale: #666666. Windows color (decimal): -10653365 or 4944221. OLE color: 4944221.

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

Color convert

RGB9311375-
CMYK0.1800.340.56
HSL91.58º20.21%36.86%-
HSV(B)91.58º33.63%44.31%-
XYZ11.6914.658.87-
YUV102.69112.37121.09-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 33.10%
GREEN value IS 113 (44.53% from 255) = 40.21%
BLUE value IS 75 (29.69% from 255) = 26.69%
R=33.10%
G=40.21%
B=26.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal93113750.1800.340.5691.5820.2136.86
Hex5D714B12022385c1425
Octal13516111322042701342445
Binary101110111100011001011100100100010111000101110010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D714B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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