#504924

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

Shades of Bronze Olive #504924

Tints of Bronze Olive #504924

Color information

#504924 (or 0x504924) is unknown color: approx Bronze Olive. HEX triplet: 50, 49 and 24. RGB value is (80,73,36). Sum of RGB (Red+Green+Blue) = 80+73+36=189 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.33% from 189); Green value is 73 (28.91% from 255 or 38.62% from 189); Blue value is 36 (14.45% from 255 or 19.05% from 189); Max value from RGB is 80 - color contains mainly: red. Hex color #504924 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504924 is #AFB6DB. Grayscale: #474747. Windows color (decimal): -11515612 or 2378064. OLE color: 2378064.

HSL color Cylindrical-coordinate representation of color #504924: hue angle of 50.45º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #504924 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.69.

Color convert

RGB807336-
CMYK00.090.550.69
HSL50.45º37.93%22.75%-
HSV(B)50.45º55%31.37%-
XYZ6.016.62.63-
YUV70.88108.32134.51-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.33%
GREEN value IS 73 (28.91% from 255) = 38.62%
BLUE value IS 36 (14.45% from 255) = 19.05%
R=42.33%
G=38.62%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80733600.090.550.6950.4537.9322.75
Hex504924093745322617
Octal1201114401167105624627
Binary1010000100100110010001001110111100010111001010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504924; }

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

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

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

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

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

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

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

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