#564928

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

Shades of Bronze Olive #564928

Tints of Bronze Olive #564928

Color information

#564928 (or 0x564928) is unknown color: approx Bronze Olive. HEX triplet: 56, 49 and 28. RGB value is (86,73,40). Sum of RGB (Red+Green+Blue) = 86+73+40=199 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.22% from 199); Green value is 73 (28.91% from 255 or 36.68% from 199); Blue value is 40 (16.02% from 255 or 20.10% from 199); Max value from RGB is 86 - color contains mainly: red. Hex color #564928 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564928 is #A9B6D7. Grayscale: #494949. Windows color (decimal): -11122392 or 2640214. OLE color: 2640214.

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

Color convert

RGB867340-
CMYK00.150.530.66
HSL43.04º36.51%24.71%-
HSV(B)43.04º53.49%33.73%-
XYZ6.66.92.99-
YUV73.12109.31137.18-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.22%
GREEN value IS 73 (28.91% from 255) = 36.68%
BLUE value IS 40 (16.02% from 255) = 20.10%
R=43.22%
G=36.68%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86734000.150.530.6643.0436.5124.71
Hex5649280F35422b2519
Octal1261115001765102534531
Binary1010110100100110100001111110101100001010101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564928; }

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

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

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

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

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

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

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

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