Html Css Color HEX #484E26 Army green

📋 copy color: '#484E26'

red 72 ◦ green 78 ◦ blue 38

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

Shades of Army green #484E26

Tints of Army green #484E26

RGB

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

 GREEN value IS 78 (30.86% from 255) = 41.49%

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

R = 38.3%
G = 41.49%
B = 20.21%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.51

 K value IS 0.69

RGB Variations

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

Color information

#484E26 (or 0x484E26) is known color: Army green. HEX triplet: 48, 4E and 26. RGB value is (72,78,38). Sum of RGB (Red+Green+Blue) = 72+78+38=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 78 (30.86% from 255 or 41.49% from 188); Blue value is 38 (15.23% from 255 or 20.21% from 188); Max value from RGB is 78 - color contains mainly: green. Hex color #484E26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #484E26 is #B7B1D9. Grayscale: #474747. Windows color (decimal): -12038618 or 2510408. OLE color: 2510408.

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

Color convert

RGB 72 78 38 -
CMYK 0.08 0 0.51 0.69
HSL 69º 0.34% 0.23% -
HSV(B) 69º 0.51% 0.31% -
XYZ 5.75 6.97 2.88 -
YUV 71.65 109.01 128.25 -
System Red Green Blue C M Y K H S L
Decimal 72 78 38 0.08 0 0.51 0.69 69 0.34 0.23
Hex 48 4E 26 8 0 33 45 45 22 17
Octal 110 116 46 10 0 63 105 105 42 27
Binary 1001000 1001110 100110 1000 0 110011 1000101 1000101 100010 10111

Color Harmonies of #484E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484E26

Black with #484E26

Text Example


Text Example

White with #484E26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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