#52541C

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

Shades of Army green #52541C

Tints of Army green #52541C

Color information

#52541C (or 0x52541C) is unknown color: approx Army green. HEX triplet: 52, 54 and 1C. RGB value is (82,84,28). Sum of RGB (Red+Green+Blue) = 82+84+28=194 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.27% from 194); Green value is 84 (33.20% from 255 or 43.30% from 194); Blue value is 28 (11.33% from 255 or 14.43% from 194); Max value from RGB is 84 - color contains mainly: green. Hex color #52541C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52541C is #ADABE3. Grayscale: #4D4D4D. Windows color (decimal): -11381732 or 1856594. OLE color: 1856594.

HSL color Cylindrical-coordinate representation of color #52541C: hue angle of 62.14º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52541C is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB828428-
CMYK0.0200.670.67
HSL62.14º50%21.96%-
HSV(B)62.14º66.67%32.94%-
XYZ6.868.222.32-
YUV77.02100.34131.55-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.27%
GREEN value IS 84 (33.20% from 255) = 43.30%
BLUE value IS 28 (11.33% from 255) = 14.43%
R=42.27%
G=43.30%
B=14.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8284280.0200.670.6762.145021.96
Hex52541C2043433e3216
Octal1221243420103103766226
Binary10100101010100111001001000011100001111111011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52541C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52541C; }

 p { color: rgb(82,84,28); }

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

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

 a { background-color: rgb(82,84,28); }

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

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

 span { border-color: rgb(82,84,28); }

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