#564900

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

Shades of Bronze Olive #564900

Tints of Bronze Olive #564900

Color information

#564900 (or 0x564900) is unknown color: approx Bronze Olive. HEX triplet: 56, 49 and 00. RGB value is (86,73,0). Sum of RGB (Red+Green+Blue) = 86+73+0=159 (21% of max value = 765). Red value is 86 (33.98% from 255 or 54.09% from 159); Green value is 73 (28.91% from 255 or 45.91% from 159); Blue value is 0 (0.39% from 255 or 0% from 159); Max value from RGB is 86 - color contains mainly: red. Hex color #564900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564900 is #A9B6FF. Grayscale: #444444. Windows color (decimal): -11122432 or 18774. OLE color: 18774.

HSL color Cylindrical-coordinate representation of color #564900: hue angle of 50.93º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #564900 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.66.

Color convert

RGB86730-
CMYK00.1510.66
HSL50.93º100%16.86%-
HSV(B)50.93º100%33.73%-
XYZ6.226.740.97-
YUV68.5689.31140.44-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 54.09%
GREEN value IS 73 (28.91% from 255) = 45.91%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.09%
G=45.91%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 1
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8673000.1510.6650.9310016.86
Hex564900F6442336411
Octal12611100171441026314421
Binary1010110100100100111111001001000010110011110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564900; }

 p { color: rgb(86,73,0); }

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

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

 a { background-color: rgb(86,73,0); }

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

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

 span { border-color: rgb(86,73,0); }

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