#594E00

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

Shades of Bronze Olive #594E00

Tints of Bronze Olive #594E00

Color information

#594E00 (or 0x594E00) is unknown color: approx Bronze Olive. HEX triplet: 59, 4E and 00. RGB value is (89,78,0). Sum of RGB (Red+Green+Blue) = 89+78+0=167 (22% of max value = 765). Red value is 89 (35.16% from 255 or 53.29% from 167); Green value is 78 (30.86% from 255 or 46.71% from 167); Blue value is 0 (0.39% from 255 or 0% from 167); Max value from RGB is 89 - color contains mainly: red. Hex color #594E00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #594E00 is #A6B1FF. Grayscale: #484848. Windows color (decimal): -10924544 or 20057. OLE color: 20057.

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

Color convert

RGB89780-
CMYK00.1210.65
HSL52.58º100%17.45%-
HSV(B)52.58º100%34.9%-
XYZ6.847.571.1-
YUV72.487.14139.84-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 53.29%
GREEN value IS 78 (30.86% from 255) = 46.71%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.29%
G=46.71%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 1
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8978000.1210.6552.5810017.45
Hex594E00C6441356411
Octal13111600141441016514421
Binary1011001100111000110011001001000001110101110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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