#484F24

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

Shades of Army green #484F24

Tints of Army green #484F24

Color information

#484F24 (or 0x484F24) is unknown color: approx Army green. HEX triplet: 48, 4F and 24. RGB value is (72,79,36). Sum of RGB (Red+Green+Blue) = 72+79+36=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 79 (31.25% from 255 or 42.25% from 187); Blue value is 36 (14.45% from 255 or 19.25% from 187); Max value from RGB is 79 - color contains mainly: green. Hex color #484F24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #484F24 is #B7B0DB. Grayscale: #484848. Windows color (decimal): -12038364 or 2379592. OLE color: 2379592.

HSL color Cylindrical-coordinate representation of color #484F24: hue angle of 69.77º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #484F24 is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.69.

Color convert

RGB727936-
CMYK0.0900.540.69
HSL69.77º37.39%22.55%-
HSV(B)69.77º54.43%30.98%-
XYZ5.797.12.73-
YUV72107.68128-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.50%
GREEN value IS 79 (31.25% from 255) = 42.25%
BLUE value IS 36 (14.45% from 255) = 19.25%
R=38.50%
G=42.25%
B=19.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7279360.0900.540.6969.7737.3922.55
Hex484F24903645462517
Octal11011744110661051064527
Binary10010001001111100100100101101101000101100011010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,79,36); }

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

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

 a { background-color: rgb(72,79,36); }

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

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

 span { border-color: rgb(72,79,36); }

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