#598542

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

Shades of Dingley #598542

Tints of Dingley #598542

Color information

#598542 (or 0x598542) is unknown color: approx Dingley. HEX triplet: 59, 85 and 42. RGB value is (89,133,66). Sum of RGB (Red+Green+Blue) = 89+133+66=288 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.90% from 288); Green value is 133 (52.34% from 255 or 46.18% from 288); Blue value is 66 (26.17% from 255 or 22.92% from 288); Max value from RGB is 133 - color contains mainly: green. Hex color #598542 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #598542 is #A67ABD. Grayscale: #707070. Windows color (decimal): -10910398 or 4359513. OLE color: 4359513.

HSL color Cylindrical-coordinate representation of color #598542: hue angle of 99.4º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #598542 is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB8913366-
CMYK0.3300.500.48
HSL99.4º33.67%39.02%-
HSV(B)99.4º50.38%52.16%-
XYZ13.4919.298.17-
YUV112.21101.92111.45-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.90%
GREEN value IS 133 (52.34% from 255) = 46.18%
BLUE value IS 66 (26.17% from 255) = 22.92%
R=30.90%
G=46.18%
B=22.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal89133660.3300.500.4899.433.6739.02
Hex5985422103230632227
Octal13120510241062601434247
Binary101100110000101100001010000101100101100001100011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598542; }

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

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

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

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

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

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

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

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