#485225

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

Shades of Army green #485225

Tints of Army green #485225

Color information

#485225 (or 0x485225) is unknown color: approx Army green. HEX triplet: 48, 52 and 25. RGB value is (72,82,37). Sum of RGB (Red+Green+Blue) = 72+82+37=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 82 (32.42% from 255 or 42.93% from 191); Blue value is 37 (14.84% from 255 or 19.37% from 191); Max value from RGB is 82 - color contains mainly: green. Hex color #485225 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485225 is #B7ADDA. Grayscale: #4A4A4A. Windows color (decimal): -12037595 or 2445896. OLE color: 2445896.

HSL color Cylindrical-coordinate representation of color #485225: hue angle of 73.33º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #485225 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.68.

Color convert

RGB728237-
CMYK0.1200.550.68
HSL73.33º37.82%23.33%-
HSV(B)73.33º54.88%32.16%-
XYZ6.027.552.89-
YUV73.88107.19126.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.70%
GREEN value IS 82 (32.42% from 255) = 42.93%
BLUE value IS 37 (14.84% from 255) = 19.37%
R=37.70%
G=42.93%
B=19.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7282370.1200.550.6873.3337.8223.33
Hex485225C03744492617
Octal11012245140671041114627
Binary10010001010010100101110001101111000100100100110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485225; }

 p { color: rgb(72,82,37); }

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

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

 a { background-color: rgb(72,82,37); }

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

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

 span { border-color: rgb(72,82,37); }

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