#554C00

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

Shades of Bronze Olive #554C00

Tints of Bronze Olive #554C00

Color information

#554C00 (or 0x554C00) is unknown color: approx Bronze Olive. HEX triplet: 55, 4C and 00. RGB value is (85,76,0). Sum of RGB (Red+Green+Blue) = 85+76+0=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 76 (30.08% from 255 or 47.20% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #554C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554C00 is #AAB3FF. Grayscale: #464646. Windows color (decimal): -11187200 or 19541. OLE color: 19541.

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

Color convert

RGB85760-
CMYK00.1110.67
HSL53.65º100%16.67%-
HSV(B)53.65º100%33.33%-
XYZ6.337.11.04-
YUV70.0388.48138.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.80%
GREEN value IS 76 (30.08% from 255) = 47.20%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.80%
G=47.20%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8576000.1110.6753.6510016.67
Hex554C00B6443366411
Octal12511400131441036614421
Binary1010101100110000101111001001000011110110110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,76,0); }

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

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

 a { background-color: rgb(85,76,0); }

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

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

 span { border-color: rgb(85,76,0); }

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