#554D03

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

Shades of Bronze Olive #554D03

Tints of Bronze Olive #554D03

Color information

#554D03 (or 0x554D03) is unknown color: approx Bronze Olive. HEX triplet: 55, 4D and 03. RGB value is (85,77,3). Sum of RGB (Red+Green+Blue) = 85+77+3=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 77 (30.47% from 255 or 46.67% from 165); Blue value is 3 (1.56% from 255 or 1.82% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #554D03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554D03 is #AAB2FC. Grayscale: #474747. Windows color (decimal): -11186941 or 216405. OLE color: 216405.

HSL color Cylindrical-coordinate representation of color #554D03: hue angle of 54.15º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #554D03 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB85773-
CMYK00.090.960.67
HSL54.15º93.18%17.25%-
HSV(B)54.15º96.47%33.33%-
XYZ6.427.251.15-
YUV70.9689.65138.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.52%
GREEN value IS 77 (30.47% from 255) = 46.67%
BLUE value IS 3 (1.56% from 255) = 1.82%
R=51.52%
G=46.67%
B=1.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8577300.090.960.6754.1593.1817.25
Hex554D3096043365d11
Octal12511530111401036613521
Binary10101011001101110100111000001000011110110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,77,3); }

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

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

 a { background-color: rgb(85,77,3); }

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

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

 span { border-color: rgb(85,77,3); }

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