#564D05

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

Shades of Bronze Olive #564D05

Tints of Bronze Olive #564D05

Color information

#564D05 (or 0x564D05) is unknown color: approx Bronze Olive. HEX triplet: 56, 4D and 05. RGB value is (86,77,5). Sum of RGB (Red+Green+Blue) = 86+77+5=168 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.19% from 168); Green value is 77 (30.47% from 255 or 45.83% from 168); Blue value is 5 (2.34% from 255 or 2.98% from 168); Max value from RGB is 86 - color contains mainly: red. Hex color #564D05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #564D05 is #A9B2FA. Grayscale: #474747. Windows color (decimal): -11121403 or 347478. OLE color: 347478.

HSL color Cylindrical-coordinate representation of color #564D05: hue angle of 53.33º 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 #564D05 is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.66.

Color convert

RGB86775-
CMYK00.100.940.66
HSL53.33º89.01%17.84%-
HSV(B)53.33º94.19%33.73%-
XYZ6.527.31.21-
YUV71.4890.48138.35-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 51.19%
GREEN value IS 77 (30.47% from 255) = 45.83%
BLUE value IS 5 (2.34% from 255) = 2.98%
R=51.19%
G=45.83%
B=2.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8677500.100.940.6653.3389.0117.84
Hex564D50A5E42355912
Octal12611550121361026513122
Binary101011010011011010101010111101000010110101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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