#574928

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

Shades of Bronze Olive #574928

Tints of Bronze Olive #574928

Color information

#574928 (or 0x574928) is unknown color: approx Bronze Olive. HEX triplet: 57, 49 and 28. RGB value is (87,73,40). Sum of RGB (Red+Green+Blue) = 87+73+40=200 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.5% from 200); Green value is 73 (28.91% from 255 or 36.5% from 200); Blue value is 40 (16.02% from 255 or 20% from 200); Max value from RGB is 87 - color contains mainly: red. Hex color #574928 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574928 is #A8B6D7. Grayscale: #494949. Windows color (decimal): -11056856 or 2640215. OLE color: 2640215.

HSL color Cylindrical-coordinate representation of color #574928: hue angle of 42.13º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #574928 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.66.

Color convert

RGB877340-
CMYK00.160.540.66
HSL42.13º37.01%24.9%-
HSV(B)42.13º54.02%34.12%-
XYZ6.76.942.99-
YUV73.42109.14137.68-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.5%
GREEN value IS 73 (28.91% from 255) = 36.5%
BLUE value IS 40 (16.02% from 255) = 20%
R=43.5%
G=36.5%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.54
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87734000.160.540.6642.1337.0124.9
Hex57492801036422a2519
Octal1271115002066102524531
Binary10101111001001101000010000110110100001010101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574928; }

 p { color: rgb(87,73,40); }

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

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

 a { background-color: rgb(87,73,40); }

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

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

 span { border-color: rgb(87,73,40); }

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