Html Css Color HEX #484C21 Army green

📋 copy color: '#484C21'

red 72 ◦ green 76 ◦ blue 33

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

Shades of Army green #484C21

Tints of Army green #484C21

RGB

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

 GREEN value IS 76 (30.08% from 255) = 41.99%

 BLUE value IS 33 (13.28% from 255) = 18.23%

R = 39.78%
G = 41.99%
B = 18.23%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.57

 K value IS 0.70

RGB Variations

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

Color information

#484C21 (or 0x484C21) is known color: Army green. HEX triplet: 48, 4C and 21. RGB value is (72,76,33). Sum of RGB (Red+Green+Blue) = 72+76+33=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 76 (30.08% from 255 or 41.99% from 181); Blue value is 33 (13.28% from 255 or 18.23% from 181); Max value from RGB is 76 - color contains mainly: green. Hex color #484C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484C21 is #B7B3DE. Grayscale: #464646. Windows color (decimal): -12039135 or 2182216. OLE color: 2182216.

HSL color Cylindrical-coordinate representation of color #484C21: hue angle of 65.58º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #484C21 is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.70.

Color convert

RGB 72 76 33 -
CMYK 0.05 0 0.57 0.70
HSL 65.58º 0.39% 0.21% -
HSV(B) 65.58º 0.57% 0.3% -
XYZ 5.53 6.66 2.43 -
YUV 69.9 107.17 129.5 -
System Red Green Blue C M Y K H S L
Decimal 72 76 33 0.05 0 0.57 0.70 65.58 0.39 0.21
Hex 48 4C 21 5 0 39 46 42 27 15
Octal 110 114 41 5 0 71 106 102 47 25
Binary 1001000 1001100 100001 101 0 111001 1000110 1000010 100111 10101

Color Harmonies of #484C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484C21

Black with #484C21

Text Example


Text Example

White with #484C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,76,33); }

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

background-color css

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

 a { background-color: rgb(72,76,33); }

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

border-color css

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

 span { border-color: rgb(72,76,33); }

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