#594E05

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

Shades of Bronze Olive #594E05

Tints of Bronze Olive #594E05

Color information

#594E05 (or 0x594E05) is unknown color: approx Bronze Olive. HEX triplet: 59, 4E and 05. RGB value is (89,78,5). Sum of RGB (Red+Green+Blue) = 89+78+5=172 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.74% from 172); Green value is 78 (30.86% from 255 or 45.35% from 172); Blue value is 5 (2.34% from 255 or 2.91% from 172); Max value from RGB is 89 - color contains mainly: red. Hex color #594E05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #594E05 is #A6B1FA. Grayscale: #494949. Windows color (decimal): -10924539 or 347737. OLE color: 347737.

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

Color convert

RGB89785-
CMYK00.120.940.65
HSL52.14º89.36%18.43%-
HSV(B)52.14º94.38%34.9%-
XYZ6.877.581.25-
YUV72.9789.64139.44-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 51.74%
GREEN value IS 78 (30.86% from 255) = 45.35%
BLUE value IS 5 (2.34% from 255) = 2.91%
R=51.74%
G=45.35%
B=2.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8978500.120.940.6552.1489.3618.43
Hex594E50C5E41345912
Octal13111650141361016413122
Binary101100110011101010110010111101000001110100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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