Html Css Color HEX #514928 Bronze Olive

📋 copy color: '#514928'

red 81 ◦ green 73 ◦ blue 40

#514928
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronze Olive #514928

Tints of Bronze Olive #514928

RGB

 RED value IS 81 (32.03% from 255) = 41.75%

 GREEN value IS 73 (28.91% from 255) = 37.63%

 BLUE value IS 40 (16.02% from 255) = 20.62%

R = 41.75%
G = 37.63%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#514928 (or 0x514928) is known color: Bronze Olive. HEX triplet: 51, 49 and 28. RGB value is (81,73,40). Sum of RGB (Red+Green+Blue) = 81+73+40=194 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.75% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 40 (16.02% from 255 or 20.62% from 194); Max value from RGB is 81 - color contains mainly: red. Hex color #514928 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514928 is #AEB6D7. Grayscale: #474747. Windows color (decimal): -11450072 or 2640209. OLE color: 2640209.

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

Color convert

RGB 81 73 40 -
CMYK 0 0.10 0.51 0.68
HSL 48.29º 0.34% 0.24% -
HSV(B) 48.29º 0.51% 0.32% -
XYZ 6.16 6.67 2.97 -
YUV 71.63 110.15 134.68 -
System Red Green Blue C M Y K H S L
Decimal 81 73 40 0 0.10 0.51 0.68 48.29 0.34 0.24
Hex 51 49 28 0 A 33 44 30 22 18
Octal 121 111 50 0 12 63 104 60 42 30
Binary 1010001 1001001 101000 0 1010 110011 1000100 110000 100010 11000

Color Harmonies of #514928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514928

Black with #514928

Text Example


Text Example

White with #514928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514928; }

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

 H1.HeaderClassName
 {
   color: #514928;
 }
 .AnyTagClassName
 {
   color: #514928;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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