#598238

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

Shades of Dingley #598238

Tints of Dingley #598238

Color information

#598238 (or 0x598238) is unknown color: approx Dingley. HEX triplet: 59, 82 and 38. RGB value is (89,130,56). Sum of RGB (Red+Green+Blue) = 89+130+56=275 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.36% from 275); Green value is 130 (51.17% from 255 or 47.27% from 275); Blue value is 56 (22.27% from 255 or 20.36% from 275); Max value from RGB is 130 - color contains mainly: green. Hex color #598238 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #598238 is #A67DC7. Grayscale: #6D6D6D. Windows color (decimal): -10911176 or 3703385. OLE color: 3703385.

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

Color convert

RGB8913056-
CMYK0.3200.570.49
HSL93.24º39.78%36.47%-
HSV(B)93.24º56.92%50.98%-
XYZ12.8218.376.61-
YUV109.397.92113.52-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.36%
GREEN value IS 130 (51.17% from 255) = 47.27%
BLUE value IS 56 (22.27% from 255) = 20.36%
R=32.36%
G=47.27%
B=20.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal89130560.3200.570.4993.2439.7836.47
Hex59823820039315d2824
Octal1312027040071611355044
Binary10110011000001011100010000001110011100011011101101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598238; }

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

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

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

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

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

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

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

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