#52541B

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

Shades of Army green #52541B

Tints of Army green #52541B

Color information

#52541B (or 0x52541B) is unknown color: approx Army green. HEX triplet: 52, 54 and 1B. RGB value is (82,84,27). Sum of RGB (Red+Green+Blue) = 82+84+27=193 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.49% from 193); Green value is 84 (33.20% from 255 or 43.52% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 84 - color contains mainly: green. Hex color #52541B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52541B is #ADABE4. Grayscale: #4D4D4D. Windows color (decimal): -11381733 or 1791058. OLE color: 1791058.

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

Color convert

RGB828427-
CMYK0.0200.680.67
HSL62.11º51.35%21.76%-
HSV(B)62.11º67.86%32.94%-
XYZ6.858.212.26-
YUV76.999.84131.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.49%
GREEN value IS 84 (33.20% from 255) = 43.52%
BLUE value IS 27 (10.94% from 255) = 13.99%
R=42.49%
G=43.52%
B=13.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8284270.0200.680.6762.1151.3521.76
Hex52541B2044433e3316
Octal1221243320104103766326
Binary10100101010100110111001000100100001111111011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52541B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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