Html Css Color HEX #484D22 Army green

📋 copy color: '#484D22'

red 72 ◦ green 77 ◦ blue 34

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

Shades of Army green #484D22

Tints of Army green #484D22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 18.58%

R = 39.34%
G = 42.08%
B = 18.58%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.56

 K value IS 0.70

RGB Variations

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

Color information

#484D22 (or 0x484D22) is known color: Army green. HEX triplet: 48, 4D and 22. RGB value is (72,77,34). Sum of RGB (Red+Green+Blue) = 72+77+34=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 77 (30.47% from 255 or 42.08% from 183); Blue value is 34 (13.67% from 255 or 18.58% from 183); Max value from RGB is 77 - color contains mainly: green. Hex color #484D22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #484D22 is #B7B2DD. Grayscale: #464646. Windows color (decimal): -12038878 or 2248008. OLE color: 2248008.

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

Color convert

RGB 72 77 34 -
CMYK 0.06 0 0.56 0.70
HSL 66.98º 0.39% 0.22% -
HSV(B) 66.98º 0.56% 0.3% -
XYZ 5.62 6.8 2.53 -
YUV 70.6 107.34 129 -
System Red Green Blue C M Y K H S L
Decimal 72 77 34 0.06 0 0.56 0.70 66.98 0.39 0.22
Hex 48 4D 22 6 0 38 46 43 27 16
Octal 110 115 42 6 0 70 106 103 47 26
Binary 1001000 1001101 100010 110 0 111000 1000110 1000011 100111 10110

Color Harmonies of #484D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484D22

Black with #484D22

Text Example


Text Example

White with #484D22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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