Html Css Color HEX #484A18 Army green

📋 copy color: '#484A18'

red 72 ◦ green 74 ◦ blue 24

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

Shades of Army green #484A18

Tints of Army green #484A18

RGB

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

 GREEN value IS 74 (29.3% from 255) = 43.53%

 BLUE value IS 24 (9.77% from 255) = 14.12%

R = 42.35%
G = 43.53%
B = 14.12%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.68

 K value IS 0.71

RGB Variations

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

Color information

#484A18 (or 0x484A18) is known color: Army green. HEX triplet: 48, 4A and 18. RGB value is (72,74,24). Sum of RGB (Red+Green+Blue) = 72+74+24=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 74 (29.30% from 255 or 43.53% from 170); Blue value is 24 (9.77% from 255 or 14.12% from 170); Max value from RGB is 74 - color contains mainly: green. Hex color #484A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484A18 is #B7B5E7. Grayscale: #434343. Windows color (decimal): -12039656 or 1591880. OLE color: 1591880.

HSL color Cylindrical-coordinate representation of color #484A18: hue angle of 62.4º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #484A18 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.71.

Color convert

RGB 72 74 24 -
CMYK 0.03 0 0.68 0.71
HSL 62.4º 0.51% 0.19% -
HSV(B) 62.4º 0.68% 0.29% -
XYZ 5.29 6.34 1.81 -
YUV 67.7 103.34 131.07 -
System Red Green Blue C M Y K H S L
Decimal 72 74 24 0.03 0 0.68 0.71 62.4 0.51 0.19
Hex 48 4A 18 3 0 44 47 3E 33 13
Octal 110 112 30 3 0 104 107 76 63 23
Binary 1001000 1001010 11000 11 0 1000100 1000111 111110 110011 10011

Color Harmonies of #484A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484A18

Black with #484A18

Text Example


Text Example

White with #484A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,74,24); }

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

background-color css

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

 a { background-color: rgb(72,74,24); }

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

border-color css

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

 span { border-color: rgb(72,74,24); }

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