#574F03

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

Shades of Bronze Olive #574F03

Tints of Bronze Olive #574F03

Color information

#574F03 (or 0x574F03) is unknown color: approx Bronze Olive. HEX triplet: 57, 4F and 03. RGB value is (87,79,3). Sum of RGB (Red+Green+Blue) = 87+79+3=169 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.48% from 169); Green value is 79 (31.25% from 255 or 46.75% from 169); Blue value is 3 (1.56% from 255 or 1.78% from 169); Max value from RGB is 87 - color contains mainly: red. Hex color #574F03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #574F03 is #A8B0FC. Grayscale: #494949. Windows color (decimal): -11055357 or 216919. OLE color: 216919.

HSL color Cylindrical-coordinate representation of color #574F03: hue angle of 54.29º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #574F03 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.66.

Color convert

RGB87793-
CMYK00.090.970.66
HSL54.29º93.33%17.65%-
HSV(B)54.29º96.55%34.12%-
XYZ6.747.621.2-
YUV72.7388.65138.18-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 51.48%
GREEN value IS 79 (31.25% from 255) = 46.75%
BLUE value IS 3 (1.56% from 255) = 1.78%
R=51.48%
G=46.75%
B=1.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8779300.090.970.6654.2993.3317.65
Hex574F3096142365d12
Octal12711730111411026613522
Binary10101111001111110100111000011000010110110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574F03; }

 p { color: rgb(87,79,3); }

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

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

 a { background-color: rgb(87,79,3); }

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

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

 span { border-color: rgb(87,79,3); }

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