#59803A

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

Shades of Dingley #59803A

Tints of Dingley #59803A

Color information

#59803A (or 0x59803A) is unknown color: approx Dingley. HEX triplet: 59, 80 and 3A. RGB value is (89,128,58). Sum of RGB (Red+Green+Blue) = 89+128+58=275 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.36% from 275); Green value is 128 (50.39% from 255 or 46.55% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 128 - color contains mainly: green. Hex color #59803A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59803A is #A67FC5. Grayscale: #6C6C6C. Windows color (decimal): -10911686 or 3833945. OLE color: 3833945.

HSL color Cylindrical-coordinate representation of color #59803A: hue angle of 93.43º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #59803A is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB8912858-
CMYK0.3000.550.50
HSL93.43º37.63%36.47%-
HSV(B)93.43º54.69%50.2%-
XYZ12.617.876.79-
YUV108.3699.58114.19-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.36%
GREEN value IS 128 (50.39% from 255) = 46.55%
BLUE value IS 58 (23.05% from 255) = 21.09%
R=32.36%
G=46.55%
B=21.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal89128580.3000.550.5093.4337.6336.47
Hex59803A1E037325d2624
Octal1312007236067621354644
Binary1011001100000001110101111001101111100101011101100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59803A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59803A; }

 p { color: rgb(89,128,58); }

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

<style>
 a { background-color: #59803A; }

 a { background-color: rgb(89,128,58); }

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

<style>
 span { border-color: #59803A; }

 span { border-color: rgb(89,128,58); }

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