#596531

Color #596531 Dark Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Olive Green #596531

Tints of Dark Olive Green #596531

Color information

#596531 (or 0x596531) is unknown color: approx Dark Olive Green. HEX triplet: 59, 65 and 31. RGB value is (89,101,49). Sum of RGB (Red+Green+Blue) = 89+101+49=239 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.24% from 239); Green value is 101 (39.84% from 255 or 42.26% from 239); Blue value is 49 (19.53% from 255 or 20.50% from 239); Max value from RGB is 101 - color contains mainly: green. Hex color #596531 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596531 is #A69ACE. Grayscale: #5B5B5B. Windows color (decimal): -10918607 or 3237209. OLE color: 3237209.

HSL color Cylindrical-coordinate representation of color #596531: hue angle of 73.85º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #596531 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.60.

Color convert

RGB8910149-
CMYK0.1200.510.60
HSL73.85º34.67%29.41%-
HSV(B)73.85º51.49%39.61%-
XYZ9.3311.654.66-
YUV91.48104.02126.23-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.24%
GREEN value IS 101 (39.84% from 255) = 42.26%
BLUE value IS 49 (19.53% from 255) = 20.50%
R=37.24%
G=42.26%
B=20.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal89101490.1200.510.6073.8534.6729.41
Hex596531C0333C4a231d
Octal1311456114063741124335
Binary1011001110010111000111000110011111100100101010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596531; }

 p { color: rgb(89,101,49); }

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

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

 a { background-color: rgb(89,101,49); }

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

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

 span { border-color: rgb(89,101,49); }

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