#59883A

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

Shades of Dingley #59883A

Tints of Dingley #59883A

Color information

#59883A (or 0x59883A) is unknown color: approx Dingley. HEX triplet: 59, 88 and 3A. RGB value is (89,136,58). Sum of RGB (Red+Green+Blue) = 89+136+58=283 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.45% from 283); Green value is 136 (53.52% from 255 or 48.06% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 136 - color contains mainly: green. Hex color #59883A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59883A is #A677C5. Grayscale: #717171. Windows color (decimal): -10909638 or 3835993. OLE color: 3835993.

HSL color Cylindrical-coordinate representation of color #59883A: hue angle of 96.15º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59883A is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB8913658-
CMYK0.3500.570.47
HSL96.15º40.21%38.04%-
HSV(B)96.15º57.35%53.33%-
XYZ13.6920.047.15-
YUV113.0696.93110.84-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.45%
GREEN value IS 136 (53.52% from 255) = 48.06%
BLUE value IS 58 (23.05% from 255) = 20.49%
R=31.45%
G=48.06%
B=20.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal89136580.3500.570.4796.1540.2138.04
Hex59883A230392F602826
Octal1312107243071571405046
Binary10110011000100011101010001101110011011111100000101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59883A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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