#555218

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

Shades of Bronze Olive #555218

Tints of Bronze Olive #555218

Color information

#555218 (or 0x555218) is unknown color: approx Bronze Olive. HEX triplet: 55, 52 and 18. RGB value is (85,82,24). Sum of RGB (Red+Green+Blue) = 85+82+24=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 82 (32.42% from 255 or 42.93% from 191); Blue value is 24 (9.77% from 255 or 12.57% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #555218 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555218 is #AAADE7. Grayscale: #4C4C4C. Windows color (decimal): -11185640 or 1593941. OLE color: 1593941.

HSL color Cylindrical-coordinate representation of color #555218: hue angle of 57.05º 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 #555218 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB858224-
CMYK00.040.720.67
HSL57.05º55.96%21.37%-
HSV(B)57.05º71.76%33.33%-
XYZ6.938.032.05-
YUV76.2998.49134.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.50%
GREEN value IS 82 (32.42% from 255) = 42.93%
BLUE value IS 24 (9.77% from 255) = 12.57%
R=44.50%
G=42.93%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85822400.040.720.6757.0555.9621.37
Hex555218044843393815
Octal1251223004110103717025
Binary101010110100101100001001001000100001111100111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555218; }

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

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

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

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

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

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

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

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