#525422

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

Shades of Army green #525422

Tints of Army green #525422

Color information

#525422 (or 0x525422) is unknown color: approx Army green. HEX triplet: 52, 54 and 22. RGB value is (82,84,34). Sum of RGB (Red+Green+Blue) = 82+84+34=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 84 (33.20% from 255 or 42% from 200); Blue value is 34 (13.67% from 255 or 17% from 200); Max value from RGB is 84 - color contains mainly: green. Hex color #525422 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525422 is #ADABDD. Grayscale: #4D4D4D. Windows color (decimal): -11381726 or 2249810. OLE color: 2249810.

HSL color Cylindrical-coordinate representation of color #525422: hue angle of 62.4º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #525422 is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB828434-
CMYK0.0200.600.67
HSL62.4º42.37%23.14%-
HSV(B)62.4º59.52%32.94%-
XYZ6.948.252.74-
YUV77.7103.34131.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41%
GREEN value IS 84 (33.20% from 255) = 42%
BLUE value IS 34 (13.67% from 255) = 17%
R=41%
G=42%
B=17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8284340.0200.600.6762.442.3723.14
Hex525422203C433e2a17
Octal122124422074103765227
Binary10100101010100100010100111100100001111111010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525422; }

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

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

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

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

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

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

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

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