#564924

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

Shades of Bronze Olive #564924

Tints of Bronze Olive #564924

Color information

#564924 (or 0x564924) is unknown color: approx Bronze Olive. HEX triplet: 56, 49 and 24. RGB value is (86,73,36). Sum of RGB (Red+Green+Blue) = 86+73+36=195 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.10% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 36 (14.45% from 255 or 18.46% from 195); Max value from RGB is 86 - color contains mainly: red. Hex color #564924 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564924 is #A9B6DB. Grayscale: #484848. Windows color (decimal): -11122396 or 2378070. OLE color: 2378070.

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

Color convert

RGB867336-
CMYK00.150.580.66
HSL44.4º40.98%23.92%-
HSV(B)44.4º58.14%33.73%-
XYZ6.546.872.65-
YUV72.67107.31137.51-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.10%
GREEN value IS 73 (28.91% from 255) = 37.44%
BLUE value IS 36 (14.45% from 255) = 18.46%
R=44.10%
G=37.44%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.58
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86733600.150.580.6644.440.9823.92
Hex5649240F3A422c2918
Octal1261114401772102545130
Binary1010110100100110010001111111010100001010110010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564924; }

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

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

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

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

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

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

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

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