#59813D

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

Shades of Dingley #59813D

Tints of Dingley #59813D

Color information

#59813D (or 0x59813D) is unknown color: approx Dingley. HEX triplet: 59, 81 and 3D. RGB value is (89,129,61). Sum of RGB (Red+Green+Blue) = 89+129+61=279 (36% of max value = 765). Red value is 89 (35.16% from 255 or 31.90% from 279); Green value is 129 (50.78% from 255 or 46.24% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 129 - color contains mainly: green. Hex color #59813D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59813D is #A67EC2. Grayscale: #6D6D6D. Windows color (decimal): -10911427 or 4030809. OLE color: 4030809.

HSL color Cylindrical-coordinate representation of color #59813D: hue angle of 95.29º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59813D is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB8912961-
CMYK0.3100.530.49
HSL95.29º35.79%37.25%-
HSV(B)95.29º52.71%50.59%-
XYZ12.8118.167.25-
YUV109.29100.75113.53-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.90%
GREEN value IS 129 (50.78% from 255) = 46.24%
BLUE value IS 61 (24.22% from 255) = 21.86%
R=31.90%
G=46.24%
B=21.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal89129610.3100.530.4995.2935.7937.25
Hex59813D1F035315f2425
Octal1312017537065611374445
Binary1011001100000011111011111101101011100011011111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59813D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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