#594926

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

Shades of Bronze Olive #594926

Tints of Bronze Olive #594926

Color information

#594926 (or 0x594926) is unknown color: approx Bronze Olive. HEX triplet: 59, 49 and 26. RGB value is (89,73,38). Sum of RGB (Red+Green+Blue) = 89+73+38=200 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.5% from 200); Green value is 73 (28.91% from 255 or 36.5% from 200); Blue value is 38 (15.23% from 255 or 19% from 200); Max value from RGB is 89 - color contains mainly: red. Hex color #594926 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594926 is #A6B6D9. Grayscale: #494949. Windows color (decimal): -10925786 or 2509145. OLE color: 2509145.

HSL color Cylindrical-coordinate representation of color #594926: hue angle of 41.18º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #594926 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.65.

Color convert

RGB897338-
CMYK00.180.570.65
HSL41.18º40.16%24.9%-
HSV(B)41.18º57.3%34.9%-
XYZ6.857.032.83-
YUV73.79107.8138.85-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.5%
GREEN value IS 73 (28.91% from 255) = 36.5%
BLUE value IS 38 (15.23% from 255) = 19%
R=44.5%
G=36.5%
B=19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89733800.180.570.6541.1840.1624.9
Hex5949260123941292819
Octal1311114602271101515031
Binary10110011001001100110010010111001100000110100110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594926; }

 p { color: rgb(89,73,38); }

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

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

 a { background-color: rgb(89,73,38); }

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

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

 span { border-color: rgb(89,73,38); }

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