Html Css Color HEX #484D26 Army green

📋 copy color: '#484D26'

red 72 ◦ green 77 ◦ blue 38

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

Shades of Army green #484D26

Tints of Army green #484D26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 20.32%

R = 38.5%
G = 41.18%
B = 20.32%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.51

 K value IS 0.70

RGB Variations

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

Color information

#484D26 (or 0x484D26) is known color: Army green. HEX triplet: 48, 4D and 26. RGB value is (72,77,38). Sum of RGB (Red+Green+Blue) = 72+77+38=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 77 (30.47% from 255 or 41.18% from 187); Blue value is 38 (15.23% from 255 or 20.32% from 187); Max value from RGB is 77 - color contains mainly: green. Hex color #484D26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #484D26 is #B7B2D9. Grayscale: #474747. Windows color (decimal): -12038874 or 2510152. OLE color: 2510152.

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

Color convert

RGB 72 77 38 -
CMYK 0.06 0 0.51 0.70
HSL 67.69º 0.34% 0.23% -
HSV(B) 67.69º 0.51% 0.3% -
XYZ 5.68 6.83 2.85 -
YUV 71.06 109.34 128.67 -
System Red Green Blue C M Y K H S L
Decimal 72 77 38 0.06 0 0.51 0.70 67.69 0.34 0.23
Hex 48 4D 26 6 0 33 46 44 22 17
Octal 110 115 46 6 0 63 106 104 42 27
Binary 1001000 1001101 100110 110 0 110011 1000110 1000100 100010 10111

Color Harmonies of #484D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484D26

Black with #484D26

Text Example


Text Example

White with #484D26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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