#484B19

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

Shades of Army green #484B19

Tints of Army green #484B19

Color information

#484B19 (or 0x484B19) is unknown color: approx Army green. HEX triplet: 48, 4B and 19. RGB value is (72,75,25). Sum of RGB (Red+Green+Blue) = 72+75+25=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 75 (29.69% from 255 or 43.60% from 172); Blue value is 25 (10.16% from 255 or 14.53% from 172); Max value from RGB is 75 - color contains mainly: green. Hex color #484B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484B19 is #B7B4E6. Grayscale: #444444. Windows color (decimal): -12039399 or 1657672. OLE color: 1657672.

HSL color Cylindrical-coordinate representation of color #484B19: hue angle of 63.6º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #484B19 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.71.

Color convert

RGB727525-
CMYK0.0400.670.71
HSL63.6º50%19.61%-
HSV(B)63.6º66.67%29.41%-
XYZ5.366.481.89-
YUV68.4103.51130.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.86%
GREEN value IS 75 (29.69% from 255) = 43.60%
BLUE value IS 25 (10.16% from 255) = 14.53%
R=41.86%
G=43.60%
B=14.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7275250.0400.670.7163.65019.61
Hex484B19404347403214
Octal11011331401031071006224
Binary1001000100101111001100010000111000111100000011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484B19; }

 p { color: rgb(72,75,25); }

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

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

 a { background-color: rgb(72,75,25); }

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

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

 span { border-color: rgb(72,75,25); }

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