Html Css Color HEX #48481F Army green

📋 copy color: '#48481F'

red 72 ◦ green 72 ◦ blue 31

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

Shades of Army green #48481F

Tints of Army green #48481F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 41.14%

 BLUE value IS 31 (12.5% from 255) = 17.71%

R = 41.14%
G = 41.14%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.57

 K value IS 0.72

RGB Variations

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

Color information

#48481F (or 0x48481F) is known color: Army green. HEX triplet: 48, 48 and 1F. RGB value is (72,72,31). Sum of RGB (Red+Green+Blue) = 72+72+31=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 72 (28.52% from 255 or 41.14% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 72 - color contains mainly: red, green. Hex color #48481F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48481F is #B7B7E0. Grayscale: #434343. Windows color (decimal): -12040161 or 2050120. OLE color: 2050120.

HSL color Cylindrical-coordinate representation of color #48481F: hue angle of 60º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48481F is Cyan = 0, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 72 31 -
CMYK 0 0 0.57 0.72
HSL 60º 0.4% 0.2% -
HSV(B) 60º 0.57% 0.28% -
XYZ 5.24 6.11 2.2 -
YUV 67.33 107.5 131.33 -
System Red Green Blue C M Y K H S L
Decimal 72 72 31 0 0 0.57 0.72 60 0.4 0.2
Hex 48 48 1F 0 0 39 48 3C 28 14
Octal 110 110 37 0 0 71 110 74 50 24
Binary 1001000 1001000 11111 0 0 111001 1001000 111100 101000 10100

Color Harmonies of #48481F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48481F

Black with #48481F

Text Example


Text Example

White with #48481F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48481F; }

 p { color: rgb(72,72,31); }

 H1.HeaderClassName
 {
   color: #48481F;
 }
 .AnyTagClassName
 {
   color: #48481F;
 }
</style>

background-color css

<style>
 a { background-color: #48481F; }

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

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

border-color css

<style>
 span { border-color: #48481F; }

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

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