#485523

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

Shades of Army green #485523

Tints of Army green #485523

Color information

#485523 (or 0x485523) is unknown color: approx Army green. HEX triplet: 48, 55 and 23. RGB value is (72,85,35). Sum of RGB (Red+Green+Blue) = 72+85+35=192 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.5% from 192); Green value is 85 (33.59% from 255 or 44.27% from 192); Blue value is 35 (14.06% from 255 or 18.23% from 192); Max value from RGB is 85 - color contains mainly: green. Hex color #485523 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485523 is #B7AADC. Grayscale: #4B4B4B. Windows color (decimal): -12036829 or 2315592. OLE color: 2315592.

HSL color Cylindrical-coordinate representation of color #485523: hue angle of 75.6º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #485523 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.67.

Color convert

RGB728535-
CMYK0.1500.590.67
HSL75.6º41.67%23.53%-
HSV(B)75.6º58.82%33.33%-
XYZ6.2282.81-
YUV75.41105.19125.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.5%
GREEN value IS 85 (33.59% from 255) = 44.27%
BLUE value IS 35 (14.06% from 255) = 18.23%
R=37.5%
G=44.27%
B=18.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7285350.1500.590.6775.641.6723.53
Hex485523F03B434c2a18
Octal11012543170731031145230
Binary10010001010101100011111101110111000011100110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485523; }

 p { color: rgb(72,85,35); }

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

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

 a { background-color: rgb(72,85,35); }

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

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

 span { border-color: rgb(72,85,35); }

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