#594D02

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

Shades of Bronze Olive #594D02

Tints of Bronze Olive #594D02

Color information

#594D02 (or 0x594D02) is unknown color: approx Bronze Olive. HEX triplet: 59, 4D and 02. RGB value is (89,77,2). Sum of RGB (Red+Green+Blue) = 89+77+2=168 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.98% from 168); Green value is 77 (30.47% from 255 or 45.83% from 168); Blue value is 2 (1.17% from 255 or 1.19% from 168); Max value from RGB is 89 - color contains mainly: red. Hex color #594D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #594D02 is #A6B2FD. Grayscale: #484848. Windows color (decimal): -10924798 or 150873. OLE color: 150873.

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

Color convert

RGB89772-
CMYK00.130.980.65
HSL51.72º95.6%17.84%-
HSV(B)51.72º97.75%34.9%-
XYZ6.787.441.14-
YUV72.0488.48140.1-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 52.98%
GREEN value IS 77 (30.47% from 255) = 45.83%
BLUE value IS 2 (1.17% from 255) = 1.19%
R=52.98%
G=45.83%
B=1.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8977200.130.980.6551.7295.617.84
Hex594D20D6241346012
Octal13111520151421016414022
Binary10110011001101100110111000101000001110100110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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