#59853D

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

Shades of Dingley #59853D

Tints of Dingley #59853D

Color information

#59853D (or 0x59853D) is unknown color: approx Dingley. HEX triplet: 59, 85 and 3D. RGB value is (89,133,61). Sum of RGB (Red+Green+Blue) = 89+133+61=283 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.45% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 133 - color contains mainly: green. Hex color #59853D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59853D is #A67AC2. Grayscale: #6F6F6F. Windows color (decimal): -10910403 or 4031833. OLE color: 4031833.

HSL color Cylindrical-coordinate representation of color #59853D: hue angle of 96.67º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59853D is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB8913361-
CMYK0.3300.540.48
HSL96.67º37.11%38.04%-
HSV(B)96.67º54.14%52.16%-
XYZ13.3519.247.42-
YUV111.6499.42111.85-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.45%
GREEN value IS 133 (52.34% from 255) = 47.00%
BLUE value IS 61 (24.22% from 255) = 21.55%
R=31.45%
G=47.00%
B=21.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal89133610.3300.540.4896.6737.1138.04
Hex59853D2103630612526
Octal1312057541066601414546
Binary10110011000010111110110000101101101100001100001100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59853D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59853D; }

 p { color: rgb(89,133,61); }

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

<style>
 a { background-color: #59853D; }

 a { background-color: rgb(89,133,61); }

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

<style>
 span { border-color: #59853D; }

 span { border-color: rgb(89,133,61); }

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