#554F18

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

Shades of Bronze Olive #554F18

Tints of Bronze Olive #554F18

Color information

#554F18 (or 0x554F18) is unknown color: approx Bronze Olive. HEX triplet: 55, 4F and 18. RGB value is (85,79,24). Sum of RGB (Red+Green+Blue) = 85+79+24=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 79 (31.25% from 255 or 42.02% from 188); Blue value is 24 (9.77% from 255 or 12.77% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #554F18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554F18 is #AAB0E7. Grayscale: #4A4A4A. Windows color (decimal): -11186408 or 1593173. OLE color: 1593173.

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

Color convert

RGB857924-
CMYK00.070.720.67
HSL54.1º55.96%21.37%-
HSV(B)54.1º71.76%33.33%-
XYZ6.717.591.98-
YUV74.5299.49135.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.21%
GREEN value IS 79 (31.25% from 255) = 42.02%
BLUE value IS 24 (9.77% from 255) = 12.77%
R=45.21%
G=42.02%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85792400.070.720.6754.155.9621.37
Hex554F18074843363815
Octal1251173007110103667025
Binary101010110011111100001111001000100001111011011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554F18; }

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

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

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

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

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

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

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

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