#525822

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

Shades of Army green #525822

Tints of Army green #525822

Color information

#525822 (or 0x525822) is unknown color: approx Army green. HEX triplet: 52, 58 and 22. RGB value is (82,88,34). Sum of RGB (Red+Green+Blue) = 82+88+34=204 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40.20% from 204); Green value is 88 (34.77% from 255 or 43.14% from 204); Blue value is 34 (13.67% from 255 or 16.67% from 204); Max value from RGB is 88 - color contains mainly: green. Hex color #525822 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525822 is #ADA7DD. Grayscale: #505050. Windows color (decimal): -11380702 or 2250834. OLE color: 2250834.

HSL color Cylindrical-coordinate representation of color #525822: hue angle of 66.67º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #525822 is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.65.

Color convert

RGB828834-
CMYK0.0700.610.65
HSL66.67º44.26%23.92%-
HSV(B)66.67º61.36%34.51%-
XYZ7.268.892.85-
YUV80.05102.01129.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.20%
GREEN value IS 88 (34.77% from 255) = 43.14%
BLUE value IS 34 (13.67% from 255) = 16.67%
R=40.20%
G=43.14%
B=16.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8288340.0700.610.6566.6744.2623.92
Hex525822703D41432c18
Octal1221304270751011035430
Binary1010010101100010001011101111011000001100001110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525822; }

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

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

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

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

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

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

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

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