#564E05

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

Shades of Bronze Olive #564E05

Tints of Bronze Olive #564E05

Color information

#564E05 (or 0x564E05) is unknown color: approx Bronze Olive. HEX triplet: 56, 4E and 05. RGB value is (86,78,5). Sum of RGB (Red+Green+Blue) = 86+78+5=169 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.89% from 169); Green value is 78 (30.86% from 255 or 46.15% from 169); Blue value is 5 (2.34% from 255 or 2.96% from 169); Max value from RGB is 86 - color contains mainly: red. Hex color #564E05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #564E05 is #A9B1FA. Grayscale: #484848. Windows color (decimal): -11121147 or 347734. OLE color: 347734.

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

Color convert

RGB86785-
CMYK00.090.940.66
HSL54.07º89.01%17.84%-
HSV(B)54.07º94.19%33.73%-
XYZ6.597.441.23-
YUV72.0790.15137.94-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50.89%
GREEN value IS 78 (30.86% from 255) = 46.15%
BLUE value IS 5 (2.34% from 255) = 2.96%
R=50.89%
G=46.15%
B=2.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8678500.090.940.6654.0789.0117.84
Hex564E5095E42365912
Octal12611650111361026613122
Binary101011010011101010100110111101000010110110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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