Html Css Color HEX #484E27 Army green

📋 copy color: '#484E27'

red 72 ◦ green 78 ◦ blue 39

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

Shades of Army green #484E27

Tints of Army green #484E27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 20.63%

R = 38.1%
G = 41.27%
B = 20.63%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.50

 K value IS 0.69

RGB Variations

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

Color information

#484E27 (or 0x484E27) is known color: Army green. HEX triplet: 48, 4E and 27. RGB value is (72,78,39). Sum of RGB (Red+Green+Blue) = 72+78+39=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 78 (30.86% from 255 or 41.27% from 189); Blue value is 39 (15.62% from 255 or 20.63% from 189); Max value from RGB is 78 - color contains mainly: green. Hex color #484E27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #484E27 is #B7B1D8. Grayscale: #474747. Windows color (decimal): -12038617 or 2575944. OLE color: 2575944.

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

Color convert

RGB 72 78 39 -
CMYK 0.08 0 0.50 0.69
HSL 69.23º 0.33% 0.23% -
HSV(B) 69.23º 0.5% 0.31% -
XYZ 5.76 6.97 2.96 -
YUV 71.76 109.51 128.17 -
System Red Green Blue C M Y K H S L
Decimal 72 78 39 0.08 0 0.50 0.69 69.23 0.33 0.23
Hex 48 4E 27 8 0 32 45 45 21 17
Octal 110 116 47 10 0 62 105 105 41 27
Binary 1001000 1001110 100111 1000 0 110010 1000101 1000101 100001 10111

Color Harmonies of #484E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484E27

Black with #484E27

Text Example


Text Example

White with #484E27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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