#524924

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

Shades of Bronze Olive #524924

Tints of Bronze Olive #524924

Color information

#524924 (or 0x524924) is unknown color: approx Bronze Olive. HEX triplet: 52, 49 and 24. RGB value is (82,73,36). Sum of RGB (Red+Green+Blue) = 82+73+36=191 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.93% from 191); Green value is 73 (28.91% from 255 or 38.22% from 191); Blue value is 36 (14.45% from 255 or 18.85% from 191); Max value from RGB is 82 - color contains mainly: red. Hex color #524924 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524924 is #ADB6DB. Grayscale: #474747. Windows color (decimal): -11384540 or 2378066. OLE color: 2378066.

HSL color Cylindrical-coordinate representation of color #524924: hue angle of 48.26º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #524924 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.68.

Color convert

RGB827336-
CMYK00.110.560.68
HSL48.26º38.98%23.14%-
HSV(B)48.26º56.1%32.16%-
XYZ6.186.692.63-
YUV71.47107.98135.51-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.93%
GREEN value IS 73 (28.91% from 255) = 38.22%
BLUE value IS 36 (14.45% from 255) = 18.85%
R=42.93%
G=38.22%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.56
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82733600.110.560.6848.2638.9823.14
Hex5249240B3844302717
Octal1221114401370104604727
Binary1010010100100110010001011111000100010011000010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524924; }

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

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

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

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

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

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

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

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