#594C04

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

Shades of Bronze Olive #594C04

Tints of Bronze Olive #594C04

Color information

#594C04 (or 0x594C04) is unknown color: approx Bronze Olive. HEX triplet: 59, 4C and 04. RGB value is (89,76,4). Sum of RGB (Red+Green+Blue) = 89+76+4=169 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.66% from 169); Green value is 76 (30.08% from 255 or 44.97% from 169); Blue value is 4 (1.95% from 255 or 2.37% from 169); Max value from RGB is 89 - color contains mainly: red. Hex color #594C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594C04 is #A6B3FB. Grayscale: #474747. Windows color (decimal): -10925052 or 281689. OLE color: 281689.

HSL color Cylindrical-coordinate representation of color #594C04: hue angle of 50.82º 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 #594C04 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.65.

Color convert

RGB89764-
CMYK00.150.960.65
HSL50.82º91.4%18.24%-
HSV(B)50.82º95.51%34.9%-
XYZ6.737.31.17-
YUV71.6889.81140.35-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 52.66%
GREEN value IS 76 (30.08% from 255) = 44.97%
BLUE value IS 4 (1.95% from 255) = 2.37%
R=52.66%
G=44.97%
B=2.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.96
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8976400.150.960.6550.8291.418.24
Hex594C40F6041335b12
Octal13111440171401016313322
Binary101100110011001000111111000001000001110011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594C04; }

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

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

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

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

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

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

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

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