#59813C

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

Shades of Dingley #59813C

Tints of Dingley #59813C

Color information

#59813C (or 0x59813C) is unknown color: approx Dingley. HEX triplet: 59, 81 and 3C. RGB value is (89,129,60). Sum of RGB (Red+Green+Blue) = 89+129+60=278 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.01% from 278); Green value is 129 (50.78% from 255 or 46.40% from 278); Blue value is 60 (23.83% from 255 or 21.58% from 278); Max value from RGB is 129 - color contains mainly: green. Hex color #59813C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59813C is #A67EC3. Grayscale: #6D6D6D. Windows color (decimal): -10911428 or 3965273. OLE color: 3965273.

HSL color Cylindrical-coordinate representation of color #59813C: hue angle of 94.78º degrees, saturation: 0.37, 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 #59813C is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB8912960-
CMYK0.3100.530.49
HSL94.78º36.51%37.06%-
HSV(B)94.78º53.49%50.59%-
XYZ12.7918.157.1-
YUV109.17100.25113.61-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.01%
GREEN value IS 129 (50.78% from 255) = 46.40%
BLUE value IS 60 (23.83% from 255) = 21.58%
R=32.01%
G=46.40%
B=21.58%

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
Decimal89129600.3100.530.4994.7836.5137.06
Hex59813C1F035315f2525
Octal1312017437065611374545
Binary1011001100000011111001111101101011100011011111100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59813C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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