#485023

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

Shades of Army green #485023

Tints of Army green #485023

Color information

#485023 (or 0x485023) is unknown color: approx Army green. HEX triplet: 48, 50 and 23. RGB value is (72,80,35). Sum of RGB (Red+Green+Blue) = 72+80+35=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 35 (14.06% from 255 or 18.72% from 187); Max value from RGB is 80 - color contains mainly: green. Hex color #485023 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485023 is #B7AFDC. Grayscale: #484848. Windows color (decimal): -12038109 or 2314312. OLE color: 2314312.

HSL color Cylindrical-coordinate representation of color #485023: hue angle of 70.67º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #485023 is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB728035-
CMYK0.1000.560.69
HSL70.67º39.13%22.55%-
HSV(B)70.67º56.25%31.37%-
XYZ5.847.242.68-
YUV72.48106.85127.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.50%
GREEN value IS 80 (31.64% from 255) = 42.78%
BLUE value IS 35 (14.06% from 255) = 18.72%
R=38.50%
G=42.78%
B=18.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7280350.1000.560.6970.6739.1322.55
Hex485023A03845472717
Octal11012043120701051074727
Binary10010001010000100011101001110001000101100011110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485023; }

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

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

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

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

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

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

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

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