#598242

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

Shades of Dingley #598242

Tints of Dingley #598242

Color information

#598242 (or 0x598242) is unknown color: approx Dingley. HEX triplet: 59, 82 and 42. RGB value is (89,130,66). Sum of RGB (Red+Green+Blue) = 89+130+66=285 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.23% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 130 - color contains mainly: green. Hex color #598242 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #598242 is #A67DBD. Grayscale: #6E6E6E. Windows color (decimal): -10911166 or 4358745. OLE color: 4358745.

HSL color Cylindrical-coordinate representation of color #598242: hue angle of 98.44º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #598242 is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB8913066-
CMYK0.3200.490.49
HSL98.44º32.65%38.43%-
HSV(B)98.44º49.23%50.98%-
XYZ13.0918.488.03-
YUV110.44102.92112.7-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.23%
GREEN value IS 130 (51.17% from 255) = 45.61%
BLUE value IS 66 (26.17% from 255) = 23.16%
R=31.23%
G=45.61%
B=23.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal89130660.3200.490.4998.4432.6538.43
Hex5982422003131622126
Octal13120210240061611424146
Binary101100110000010100001010000001100011100011100010100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598242; }

 p { color: rgb(89,130,66); }

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

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

 a { background-color: rgb(89,130,66); }

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

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

 span { border-color: rgb(89,130,66); }

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