#5E4924

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

Shades of Bronze Olive #5E4924

Tints of Bronze Olive #5E4924

Color information

#5E4924 (or 0x5E4924) is unknown color: approx Bronze Olive. HEX triplet: 5E, 49 and 24. RGB value is (94,73,36). Sum of RGB (Red+Green+Blue) = 94+73+36=203 (26% of max value = 765). Red value is 94 (37.11% from 255 or 46.31% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 36 (14.45% from 255 or 17.73% from 203); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4924 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E4924 is #A1B6DB. Grayscale: #4B4B4B. Windows color (decimal): -10598108 or 2378078. OLE color: 2378078.

HSL color Cylindrical-coordinate representation of color #5E4924: hue angle of 38.28º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5E4924 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.63.

Color convert

RGB947336-
CMYK00.220.620.63
HSL38.28º44.62%25.49%-
HSV(B)38.28º61.7%36.86%-
XYZ7.327.272.69-
YUV75.06105.96141.51-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 46.31%
GREEN value IS 73 (28.91% from 255) = 35.96%
BLUE value IS 36 (14.45% from 255) = 17.73%
R=46.31%
G=35.96%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94733600.220.620.6338.2844.6225.49
Hex5E49240163E3F262d19
Octal136111440267677465531
Binary1011110100100110010001011011111011111110011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E4924; }

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

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

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

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

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

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

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

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