#595018

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

Shades of Bronze Olive #595018

Tints of Bronze Olive #595018

Color information

#595018 (or 0x595018) is unknown color: approx Bronze Olive. HEX triplet: 59, 50 and 18. RGB value is (89,80,24). Sum of RGB (Red+Green+Blue) = 89+80+24=193 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.11% from 193); Green value is 80 (31.64% from 255 or 41.45% from 193); Blue value is 24 (9.77% from 255 or 12.44% from 193); Max value from RGB is 89 - color contains mainly: red. Hex color #595018 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595018 is #A6AFE7. Grayscale: #4C4C4C. Windows color (decimal): -10924008 or 1593433. OLE color: 1593433.

HSL color Cylindrical-coordinate representation of color #595018: hue angle of 51.69º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #595018 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB898024-
CMYK00.100.730.65
HSL51.69º57.52%22.16%-
HSV(B)51.69º73.03%34.9%-
XYZ7.157.932.02-
YUV76.3198.48137.05-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.11%
GREEN value IS 80 (31.64% from 255) = 41.45%
BLUE value IS 24 (9.77% from 255) = 12.44%
R=46.11%
G=41.45%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89802400.100.730.6551.6957.5222.16
Hex5950180A4941343a16
Octal13112030012111101647226
Binary1011001101000011000010101001001100000111010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595018; }

 p { color: rgb(89,80,24); }

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

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

 a { background-color: rgb(89,80,24); }

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

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

 span { border-color: rgb(89,80,24); }

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