#564C00

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

Shades of Bronze Olive #564C00

Tints of Bronze Olive #564C00

Color information

#564C00 (or 0x564C00) is unknown color: approx Bronze Olive. HEX triplet: 56, 4C and 00. RGB value is (86,76,0). Sum of RGB (Red+Green+Blue) = 86+76+0=162 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.09% from 162); Green value is 76 (30.08% from 255 or 46.91% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 86 - color contains mainly: red. Hex color #564C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564C00 is #A9B3FF. Grayscale: #464646. Windows color (decimal): -11121664 or 19542. OLE color: 19542.

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

Color convert

RGB86760-
CMYK00.1210.66
HSL53.02º100%16.86%-
HSV(B)53.02º100%33.73%-
XYZ6.427.151.04-
YUV70.3388.31139.18-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.09%
GREEN value IS 76 (30.08% from 255) = 46.91%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.09%
G=46.91%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 1
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8676000.1210.6653.0210016.86
Hex564C00C6442356411
Octal12611400141441026514421
Binary1010110100110000110011001001000010110101110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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