Html Css Color HEX #514926 Bronze Olive

📋 copy color: '#514926'

red 81 ◦ green 73 ◦ blue 38

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

Shades of Bronze Olive #514926

Tints of Bronze Olive #514926

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 value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.68

RGB Variations

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

Color information

#514926 (or 0x514926) is known color: 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

RGB 81 73 38 -
CMYK 0 0.10 0.53 0.68
HSL 48.84º 0.36% 0.23% -
HSV(B) 48.84º 0.53% 0.32% -
XYZ 6.13 6.65 2.8 -
YUV 71.4 109.15 134.85 -
System Red Green Blue C M Y K H S L
Decimal 81 73 38 0 0.10 0.53 0.68 48.84 0.36 0.23
Hex 51 49 26 0 A 35 44 31 24 17
Octal 121 111 46 0 12 65 104 61 44 27
Binary 1010001 1001001 100110 0 1010 110101 1000100 110001 100100 10111

Color Harmonies of #514926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514926

Black with #514926

Text Example


Text Example

White with #514926

Text Example


Text Example

HTML Codes & Css Web 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>