#554E17

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

Shades of Bronze Olive #554E17

Tints of Bronze Olive #554E17

Color information

#554E17 (or 0x554E17) is unknown color: approx Bronze Olive. HEX triplet: 55, 4E and 17. RGB value is (85,78,23). Sum of RGB (Red+Green+Blue) = 85+78+23=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 78 (30.86% from 255 or 41.94% from 186); Blue value is 23 (9.38% from 255 or 12.37% from 186); Max value from RGB is 85 - color contains mainly: red. Hex color #554E17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554E17 is #AAB1E8. Grayscale: #4A4A4A. Windows color (decimal): -11186665 or 1527381. OLE color: 1527381.

HSL color Cylindrical-coordinate representation of color #554E17: hue angle of 53.23º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #554E17 is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB857823-
CMYK00.080.730.67
HSL53.23º57.41%21.18%-
HSV(B)53.23º72.94%33.33%-
XYZ6.637.441.9-
YUV73.8299.32135.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.70%
GREEN value IS 78 (30.86% from 255) = 41.94%
BLUE value IS 23 (9.38% from 255) = 12.37%
R=45.70%
G=41.94%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85782300.080.730.6753.2357.4121.18
Hex554E17084943353915
Octal12511627010111103657125
Binary1010101100111010111010001001001100001111010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,78,23); }

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

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

 a { background-color: rgb(85,78,23); }

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

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

 span { border-color: rgb(85,78,23); }

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