Html Css Color HEX #484F24 Army green

📋 copy color: '#484F24'

red 72 ◦ green 79 ◦ blue 36

#484F24
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Army green #484F24

Tints of Army green #484F24

RGB

 RED value IS 72 (28.52% from 255) = 38.5%

 GREEN value IS 79 (31.25% from 255) = 42.25%

 BLUE value IS 36 (14.45% from 255) = 19.25%

R = 38.5%
G = 42.25%
B = 19.25%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.54

 K value IS 0.69

RGB Variations

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

Color information

#484F24 (or 0x484F24) is known color: 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

RGB 72 79 36 -
CMYK 0.09 0 0.54 0.69
HSL 69.77º 0.37% 0.23% -
HSV(B) 69.77º 0.54% 0.31% -
XYZ 5.79 7.1 2.73 -
YUV 72.01 107.68 128 -
System Red Green Blue C M Y K H S L
Decimal 72 79 36 0.09 0 0.54 0.69 69.77 0.37 0.23
Hex 48 4F 24 9 0 36 45 46 25 17
Octal 110 117 44 11 0 66 105 106 45 27
Binary 1001000 1001111 100100 1001 0 110110 1000101 1000110 100101 10111

Color Harmonies of #484F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484F24

Black with #484F24

Text Example


Text Example

White with #484F24

Text Example


Text Example

HTML Codes & Css Web 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>