#598A3A

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

Shades of Dingley #598A3A

Tints of Dingley #598A3A

Color information

#598A3A (or 0x598A3A) is unknown color: approx Dingley. HEX triplet: 59, 8A and 3A. RGB value is (89,138,58). Sum of RGB (Red+Green+Blue) = 89+138+58=285 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.23% from 285); Green value is 138 (54.30% from 255 or 48.42% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 138 - color contains mainly: green. Hex color #598A3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #598A3A is #A675C5. Grayscale: #727272. Windows color (decimal): -10909126 or 3836505. OLE color: 3836505.

HSL color Cylindrical-coordinate representation of color #598A3A: hue angle of 96.75º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #598A3A is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB8913858-
CMYK0.3600.580.46
HSL96.75º40.82%38.43%-
HSV(B)96.75º57.97%54.12%-
XYZ13.9720.617.24-
YUV114.2396.27110-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.23%
GREEN value IS 138 (54.30% from 255) = 48.42%
BLUE value IS 58 (23.05% from 255) = 20.35%
R=31.23%
G=48.42%
B=20.35%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal89138580.3600.580.4696.7540.8238.43
Hex598A3A2403A2E612926
Octal1312127244072561415146
Binary10110011000101011101010010001110101011101100001101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598A3A; }

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

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

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

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

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

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

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

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