#554906

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

Shades of Bronze Olive #554906

Tints of Bronze Olive #554906

Color information

#554906 (or 0x554906) is unknown color: approx Bronze Olive. HEX triplet: 55, 49 and 06. RGB value is (85,73,6). Sum of RGB (Red+Green+Blue) = 85+73+6=164 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.83% from 164); Green value is 73 (28.91% from 255 or 44.51% from 164); Blue value is 6 (2.73% from 255 or 3.66% from 164); Max value from RGB is 85 - color contains mainly: red. Hex color #554906 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554906 is #AAB6F9. Grayscale: #454545. Windows color (decimal): -11187962 or 411989. OLE color: 411989.

HSL color Cylindrical-coordinate representation of color #554906: hue angle of 50.89º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #554906 is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB85736-
CMYK00.140.930.67
HSL50.89º86.81%17.84%-
HSV(B)50.89º92.94%33.33%-
XYZ6.166.711.14-
YUV68.9592.48139.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.83%
GREEN value IS 73 (28.91% from 255) = 44.51%
BLUE value IS 6 (2.73% from 255) = 3.66%
R=51.83%
G=44.51%
B=3.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8573600.140.930.6750.8986.8117.84
Hex554960E5D43335712
Octal12511160161351036312722
Binary101010110010011100111010111011000011110011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554906; }

 p { color: rgb(85,73,6); }

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

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

 a { background-color: rgb(85,73,6); }

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

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

 span { border-color: rgb(85,73,6); }

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