#555118

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

Shades of Bronze Olive #555118

Tints of Bronze Olive #555118

Color information

#555118 (or 0x555118) is unknown color: approx Bronze Olive. HEX triplet: 55, 51 and 18. RGB value is (85,81,24). Sum of RGB (Red+Green+Blue) = 85+81+24=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 81 (32.03% from 255 or 42.63% from 190); Blue value is 24 (9.77% from 255 or 12.63% from 190); Max value from RGB is 85 - color contains mainly: red. Hex color #555118 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555118 is #AAAEE7. Grayscale: #4B4B4B. Windows color (decimal): -11185896 or 1593685. OLE color: 1593685.

HSL color Cylindrical-coordinate representation of color #555118: hue angle of 56.07º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #555118 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB858124-
CMYK00.050.720.67
HSL56.07º55.96%21.37%-
HSV(B)56.07º71.76%33.33%-
XYZ6.857.882.02-
YUV75.798.83134.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.74%
GREEN value IS 81 (32.03% from 255) = 42.63%
BLUE value IS 24 (9.77% from 255) = 12.63%
R=44.74%
G=42.63%
B=12.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85812400.050.720.6756.0755.9621.37
Hex555118054843383815
Octal1251213005110103707025
Binary101010110100011100001011001000100001111100011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555118; }

 p { color: rgb(85,81,24); }

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

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

 a { background-color: rgb(85,81,24); }

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

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

 span { border-color: rgb(85,81,24); }

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