#564E03

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

Shades of Bronze Olive #564E03

Tints of Bronze Olive #564E03

Color information

#564E03 (or 0x564E03) is unknown color: approx Bronze Olive. HEX triplet: 56, 4E and 03. RGB value is (86,78,3). Sum of RGB (Red+Green+Blue) = 86+78+3=167 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.50% from 167); Green value is 78 (30.86% from 255 or 46.71% from 167); Blue value is 3 (1.56% from 255 or 1.80% from 167); Max value from RGB is 86 - color contains mainly: red. Hex color #564E03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #564E03 is #A9B1FC. Grayscale: #484848. Windows color (decimal): -11121149 or 216662. OLE color: 216662.

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

Color convert

RGB86783-
CMYK00.090.970.66
HSL54.22º93.26%17.45%-
HSV(B)54.22º96.51%33.73%-
XYZ6.587.431.17-
YUV71.8489.15138.1-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 51.50%
GREEN value IS 78 (30.86% from 255) = 46.71%
BLUE value IS 3 (1.56% from 255) = 1.80%
R=51.50%
G=46.71%
B=1.80%

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
Decimal8678300.090.970.6654.2293.2617.45
Hex564E3096142365d11
Octal12611630111411026613521
Binary10101101001110110100111000011000010110110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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