#554924

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

Shades of Bronze Olive #554924

Tints of Bronze Olive #554924

Color information

#554924 (or 0x554924) is unknown color: approx Bronze Olive. HEX triplet: 55, 49 and 24. RGB value is (85,73,36). Sum of RGB (Red+Green+Blue) = 85+73+36=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 36 (14.45% from 255 or 18.56% from 194); Max value from RGB is 85 - color contains mainly: red. Hex color #554924 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554924 is #AAB6DB. Grayscale: #484848. Windows color (decimal): -11187932 or 2378069. OLE color: 2378069.

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

Color convert

RGB857336-
CMYK00.140.580.67
HSL45.31º40.5%23.73%-
HSV(B)45.31º57.65%33.33%-
XYZ6.456.822.65-
YUV72.37107.48137.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.81%
GREEN value IS 73 (28.91% from 255) = 37.63%
BLUE value IS 36 (14.45% from 255) = 18.56%
R=43.81%
G=37.63%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85733600.140.580.6745.3140.523.73
Hex5549240E3A432d2818
Octal1251114401672103555030
Binary1010101100100110010001110111010100001110110110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554924; }

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

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

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

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

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

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

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

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