#594D00

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

Shades of Bronze Olive #594D00

Tints of Bronze Olive #594D00

Color information

#594D00 (or 0x594D00) is unknown color: approx Bronze Olive. HEX triplet: 59, 4D and 00. RGB value is (89,77,0). Sum of RGB (Red+Green+Blue) = 89+77+0=166 (21% of max value = 765). Red value is 89 (35.16% from 255 or 53.61% from 166); Green value is 77 (30.47% from 255 or 46.39% from 166); Blue value is 0 (0.39% from 255 or 0% from 166); Max value from RGB is 89 - color contains mainly: red. Hex color #594D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #594D00 is #A6B2FF. Grayscale: #484848. Windows color (decimal): -10924800 or 19801. OLE color: 19801.

HSL color Cylindrical-coordinate representation of color #594D00: hue angle of 51.91º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #594D00 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.65.

Color convert

RGB89770-
CMYK00.1310.65
HSL51.91º100%17.45%-
HSV(B)51.91º100%34.9%-
XYZ6.777.431.08-
YUV71.8187.48140.26-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 53.61%
GREEN value IS 77 (30.47% from 255) = 46.39%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.61%
G=46.39%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 1
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8977000.1310.6551.9110017.45
Hex594D00D6441346411
Octal13111500151441016414421
Binary1011001100110100110111001001000001110100110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,77,0); }

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

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

 a { background-color: rgb(89,77,0); }

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

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

 span { border-color: rgb(89,77,0); }

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