#594918

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

Shades of Bronze Olive #594918

Tints of Bronze Olive #594918

Color information

#594918 (or 0x594918) is unknown color: approx Bronze Olive. HEX triplet: 59, 49 and 18. RGB value is (89,73,24). Sum of RGB (Red+Green+Blue) = 89+73+24=186 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.85% from 186); Green value is 73 (28.91% from 255 or 39.25% from 186); Blue value is 24 (9.77% from 255 or 12.90% from 186); Max value from RGB is 89 - color contains mainly: red. Hex color #594918 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594918 is #A6B6E7. Grayscale: #484848. Windows color (decimal): -10925800 or 1591641. OLE color: 1591641.

HSL color Cylindrical-coordinate representation of color #594918: hue angle of 45.23º 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 #594918 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB897324-
CMYK00.180.730.65
HSL45.23º57.52%22.16%-
HSV(B)45.23º73.03%34.9%-
XYZ6.676.951.86-
YUV72.2100.8139.98-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.85%
GREEN value IS 73 (28.91% from 255) = 39.25%
BLUE value IS 24 (9.77% from 255) = 12.90%
R=47.85%
G=39.25%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89732400.180.730.6545.2357.5222.16
Hex59491801249412d3a16
Octal13111130022111101557226
Binary10110011001001110000100101001001100000110110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594918; }

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

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

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

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

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

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

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

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