#514E26

Color #514E26 Camouflage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camouflage #514E26

Tints of Camouflage #514E26

Color information

#514E26 (or 0x514E26) is unknown color: approx Camouflage. HEX triplet: 51, 4E and 26. RGB value is (81,78,38). Sum of RGB (Red+Green+Blue) = 81+78+38=197 (26% of max value = 765). Red value is 81 (32.03% from 255 or 41.12% from 197); Green value is 78 (30.86% from 255 or 39.59% from 197); Blue value is 38 (15.23% from 255 or 19.29% from 197); Max value from RGB is 81 - color contains mainly: red. Hex color #514E26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514E26 is #AEB1D9. Grayscale: #4A4A4A. Windows color (decimal): -11448794 or 2510417. OLE color: 2510417.

HSL color Cylindrical-coordinate representation of color #514E26: hue angle of 55.81º 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 #514E26 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.68.

Color convert

RGB817838-
CMYK00.040.530.68
HSL55.81º36.13%23.33%-
HSV(B)55.81º53.09%31.76%-
XYZ6.477.342.91-
YUV74.34107.49132.75-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.12%
GREEN value IS 78 (30.86% from 255) = 39.59%
BLUE value IS 38 (15.23% from 255) = 19.29%
R=41.12%
G=39.59%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.53
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81783800.040.530.6855.8136.1323.33
Hex514E26043544382417
Octal121116460465104704427
Binary101000110011101001100100110101100010011100010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514E26; }

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

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

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

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

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

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

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

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