#554F19

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

Shades of Bronze Olive #554F19

Tints of Bronze Olive #554F19

Color information

#554F19 (or 0x554F19) is unknown color: approx Bronze Olive. HEX triplet: 55, 4F and 19. RGB value is (85,79,25). Sum of RGB (Red+Green+Blue) = 85+79+25=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 79 (31.25% from 255 or 41.80% from 189); Blue value is 25 (10.16% from 255 or 13.23% from 189); Max value from RGB is 85 - color contains mainly: red. Hex color #554F19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554F19 is #AAB0E6. Grayscale: #4A4A4A. Windows color (decimal): -11186407 or 1658709. OLE color: 1658709.

HSL color Cylindrical-coordinate representation of color #554F19: hue angle of 54º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #554F19 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB857925-
CMYK00.070.710.67
HSL54º54.55%21.57%-
HSV(B)54º70.59%33.33%-
XYZ6.727.592.03-
YUV74.6499.99135.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.97%
GREEN value IS 79 (31.25% from 255) = 41.80%
BLUE value IS 25 (10.16% from 255) = 13.23%
R=44.97%
G=41.80%
B=13.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85792500.070.710.675454.5521.57
Hex554F19074743363716
Octal1251173107107103666726
Binary101010110011111100101111000111100001111011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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