#565018

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

Shades of Bronze Olive #565018

Tints of Bronze Olive #565018

Color information

#565018 (or 0x565018) is unknown color: approx Bronze Olive. HEX triplet: 56, 50 and 18. RGB value is (86,80,24). Sum of RGB (Red+Green+Blue) = 86+80+24=190 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.26% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 24 (9.77% from 255 or 12.63% from 190); Max value from RGB is 86 - color contains mainly: red. Hex color #565018 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565018 is #A9AFE7. Grayscale: #4B4B4B. Windows color (decimal): -11120616 or 1593430. OLE color: 1593430.

HSL color Cylindrical-coordinate representation of color #565018: hue angle of 54.19º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #565018 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.66.

Color convert

RGB868024-
CMYK00.070.720.66
HSL54.19º56.36%21.57%-
HSV(B)54.19º72.09%33.73%-
XYZ6.877.782-
YUV75.4198.99135.55-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.26%
GREEN value IS 80 (31.64% from 255) = 42.11%
BLUE value IS 24 (9.77% from 255) = 12.63%
R=45.26%
G=42.11%
B=12.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.72
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86802400.070.720.6654.1956.3621.57
Hex565018074842363816
Octal1261203007110102667026
Binary101011010100001100001111001000100001011011011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565018; }

 p { color: rgb(86,80,24); }

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

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

 a { background-color: rgb(86,80,24); }

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

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

 span { border-color: rgb(86,80,24); }

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