Html Css Color HEX #484D24 Army green

📋 copy color: '#484D24'

red 72 ◦ green 77 ◦ blue 36

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

Shades of Army green #484D24

Tints of Army green #484D24

RGB

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

 GREEN value IS 77 (30.47% from 255) = 41.62%

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

R = 38.92%
G = 41.62%
B = 19.46%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.53

 K value IS 0.70

RGB Variations

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

Color information

#484D24 (or 0x484D24) is known color: Army green. HEX triplet: 48, 4D and 24. RGB value is (72,77,36). Sum of RGB (Red+Green+Blue) = 72+77+36=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 77 (30.47% from 255 or 41.62% from 185); Blue value is 36 (14.45% from 255 or 19.46% from 185); Max value from RGB is 77 - color contains mainly: green. Hex color #484D24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #484D24 is #B7B2DB. Grayscale: #464646. Windows color (decimal): -12038876 or 2379080. OLE color: 2379080.

HSL color Cylindrical-coordinate representation of color #484D24: hue angle of 67.32º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #484D24 is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.70.

Color convert

RGB 72 77 36 -
CMYK 0.06 0 0.53 0.70
HSL 67.32º 0.36% 0.22% -
HSV(B) 67.32º 0.53% 0.3% -
XYZ 5.64 6.81 2.69 -
YUV 70.83 108.34 128.83 -
System Red Green Blue C M Y K H S L
Decimal 72 77 36 0.06 0 0.53 0.70 67.32 0.36 0.22
Hex 48 4D 24 6 0 35 46 43 24 16
Octal 110 115 44 6 0 65 106 103 44 26
Binary 1001000 1001101 100100 110 0 110101 1000110 1000011 100100 10110

Color Harmonies of #484D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484D24

Black with #484D24

Text Example


Text Example

White with #484D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #484D24;
 }
 .AnyTagClassName
 {
   color: #484D24;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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