Html Css Color HEX #48481A Army green

📋 copy color: '#48481A'

red 72 ◦ green 72 ◦ blue 26

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

Shades of Army green #48481A

Tints of Army green #48481A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.29%

R = 42.35%
G = 42.35%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#48481A (or 0x48481A) is known color: Army green. HEX triplet: 48, 48 and 1A. RGB value is (72,72,26). Sum of RGB (Red+Green+Blue) = 72+72+26=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 72 (28.52% from 255 or 42.35% from 170); Blue value is 26 (10.55% from 255 or 15.29% from 170); Max value from RGB is 72 - color contains mainly: red, green. Hex color #48481A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48481A is #B7B7E5. Grayscale: #424242. Windows color (decimal): -12040166 or 1722440. OLE color: 1722440.

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

Color convert

RGB 72 72 26 -
CMYK 0 0 0.64 0.72
HSL 60º 0.47% 0.19% -
HSV(B) 60º 0.64% 0.28% -
XYZ 5.18 6.09 1.88 -
YUV 66.76 105 131.74 -
System Red Green Blue C M Y K H S L
Decimal 72 72 26 0 0 0.64 0.72 60 0.47 0.19
Hex 48 48 1A 0 0 40 48 3C 2F 13
Octal 110 110 32 0 0 100 110 74 57 23
Binary 1001000 1001000 11010 0 0 1000000 1001000 111100 101111 10011

Color Harmonies of #48481A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48481A

Black with #48481A

Text Example


Text Example

White with #48481A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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