#594910

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

Shades of Bronze Olive #594910

Tints of Bronze Olive #594910

Color information

#594910 (or 0x594910) is unknown color: approx Bronze Olive. HEX triplet: 59, 49 and 10. RGB value is (89,73,16). Sum of RGB (Red+Green+Blue) = 89+73+16=178 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50% from 178); Green value is 73 (28.91% from 255 or 41.01% from 178); Blue value is 16 (6.64% from 255 or 8.99% from 178); Max value from RGB is 89 - color contains mainly: red. Hex color #594910 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594910 is #A6B6EF. Grayscale: #474747. Windows color (decimal): -10925808 or 1067353. OLE color: 1067353.

HSL color Cylindrical-coordinate representation of color #594910: hue angle of 46.85º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #594910 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB897316-
CMYK00.180.820.65
HSL46.85º69.52%20.59%-
HSV(B)46.85º82.02%34.9%-
XYZ6.66.931.48-
YUV71.2996.8140.63-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 50%
GREEN value IS 73 (28.91% from 255) = 41.01%
BLUE value IS 16 (6.64% from 255) = 8.99%
R=50%
G=41.01%
B=8.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89731600.180.820.6546.8569.5220.59
Hex59491001252412f4615
Octal131111200221221015710625
Binary101100110010011000001001010100101000001101111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594910; }

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

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

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

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

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

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

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

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