#5D853F

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

Shades of Dingley #5D853F

Tints of Dingley #5D853F

Color information

#5D853F (or 0x5D853F) is unknown color: approx Dingley. HEX triplet: 5D, 85 and 3F. RGB value is (93,133,63). Sum of RGB (Red+Green+Blue) = 93+133+63=289 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.18% from 289); Green value is 133 (52.34% from 255 or 46.02% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 133 - color contains mainly: green. Hex color #5D853F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D853F is #A27AC0. Grayscale: #717171. Windows color (decimal): -10648257 or 4162909. OLE color: 4162909.

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

Color convert

RGB9313363-
CMYK0.3000.530.48
HSL94.29º35.71%38.43%-
HSV(B)94.29º52.63%52.16%-
XYZ13.819.467.73-
YUV113.0699.75113.69-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.18%
GREEN value IS 133 (52.34% from 255) = 46.02%
BLUE value IS 63 (25% from 255) = 21.80%
R=32.18%
G=46.02%
B=21.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal93133630.3000.530.4894.2935.7138.43
Hex5D853F1E035305e2426
Octal1352057736065601364446
Binary1011101100001011111111111001101011100001011110100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D853F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,133,63); }

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

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

 a { background-color: rgb(93,133,63); }

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

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

 span { border-color: rgb(93,133,63); }

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