#524E11

Color #524E11 Army green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Army green #524E11

Tints of Army green #524E11

Color information

#524E11 (or 0x524E11) is unknown color: approx Army green. HEX triplet: 52, 4E and 11. RGB value is (82,78,17). Sum of RGB (Red+Green+Blue) = 82+78+17=177 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.33% from 177); Green value is 78 (30.86% from 255 or 44.07% from 177); Blue value is 17 (7.03% from 255 or 9.60% from 177); Max value from RGB is 82 - color contains mainly: red. Hex color #524E11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #524E11 is #ADB1EE. Grayscale: #484848. Windows color (decimal): -11383279 or 1134162. OLE color: 1134162.

HSL color Cylindrical-coordinate representation of color #524E11: hue angle of 56.31º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #524E11 is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.68.

Color convert

RGB827817-
CMYK00.050.790.68
HSL56.31º65.66%19.41%-
HSV(B)56.31º79.27%32.16%-
XYZ6.317.281.6-
YUV72.2496.83134.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 46.33%
GREEN value IS 78 (30.86% from 255) = 44.07%
BLUE value IS 17 (7.03% from 255) = 9.60%
R=46.33%
G=44.07%
B=9.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82781700.050.790.6856.3165.6619.41
Hex524E11054F44384213
Octal12211621051171047010223
Binary1010010100111010001010110011111000100111000100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524E11; }

 p { color: rgb(82,78,17); }

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

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

 a { background-color: rgb(82,78,17); }

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

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

 span { border-color: rgb(82,78,17); }

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