#514926

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

Shades of Bronze Olive #514926

Tints of Bronze Olive #514926

Color information

#514926 (or 0x514926) is unknown color: approx Bronze Olive. HEX triplet: 51, 49 and 26. RGB value is (81,73,38). Sum of RGB (Red+Green+Blue) = 81+73+38=192 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.19% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 38 (15.23% from 255 or 19.79% from 192); Max value from RGB is 81 - color contains mainly: red. Hex color #514926 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514926 is #AEB6D9. Grayscale: #474747. Windows color (decimal): -11450074 or 2509137. OLE color: 2509137.

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

Color convert

RGB817338-
CMYK00.100.530.68
HSL48.84º36.13%23.33%-
HSV(B)48.84º53.09%31.76%-
XYZ6.136.652.8-
YUV71.4109.15134.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.19%
GREEN value IS 73 (28.91% from 255) = 38.02%
BLUE value IS 38 (15.23% from 255) = 19.79%
R=42.19%
G=38.02%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.53
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81733800.100.530.6848.8436.1323.33
Hex5149260A3544312417
Octal1211114601265104614427
Binary1010001100100110011001010110101100010011000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514926; }

 p { color: rgb(81,73,38); }

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

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

 a { background-color: rgb(81,73,38); }

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

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

 span { border-color: rgb(81,73,38); }

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