#595004

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

Shades of Bronze Olive #595004

Tints of Bronze Olive #595004

Color information

#595004 (or 0x595004) is unknown color: approx Bronze Olive. HEX triplet: 59, 50 and 04. RGB value is (89,80,4). Sum of RGB (Red+Green+Blue) = 89+80+4=173 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.45% from 173); Green value is 80 (31.64% from 255 or 46.24% from 173); Blue value is 4 (1.95% from 255 or 2.31% from 173); Max value from RGB is 89 - color contains mainly: red. Hex color #595004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595004 is #A6AFFB. Grayscale: #4A4A4A. Windows color (decimal): -10924028 or 282713. OLE color: 282713.

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

Color convert

RGB89804-
CMYK00.100.960.65
HSL53.65º91.4%18.24%-
HSV(B)53.65º95.51%34.9%-
XYZ7.017.871.26-
YUV74.0388.48138.68-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 51.45%
GREEN value IS 80 (31.64% from 255) = 46.24%
BLUE value IS 4 (1.95% from 255) = 2.31%
R=51.45%
G=46.24%
B=2.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.96
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8980400.100.960.6553.6591.418.24
Hex595040A6041365b12
Octal13112040121401016613322
Binary101100110100001000101011000001000001110110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595004; }

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

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

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

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

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

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

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

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