Html Css Color HEX #47481A Army green

📋 copy color: '#47481A'

red 71 ◦ green 72 ◦ blue 26

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

Shades of Army green #47481A

Tints of Army green #47481A

RGB

 RED value IS 71 (28.13% from 255) = 42.01%

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

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

R = 42.01%
G = 42.6%
B = 15.38%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#47481A (or 0x47481A) is known color: Army green. HEX triplet: 47, 48 and 1A. RGB value is (71,72,26). Sum of RGB (Red+Green+Blue) = 71+72+26=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 72 (28.52% from 255 or 42.60% from 169); Blue value is 26 (10.55% from 255 or 15.38% from 169); Max value from RGB is 72 - color contains mainly: green. Hex color #47481A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47481A is #B8B7E5. Grayscale: #424242. Windows color (decimal): -12105702 or 1722439. OLE color: 1722439.

HSL color Cylindrical-coordinate representation of color #47481A: hue angle of 61.3º 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 #47481A is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 72 26 -
CMYK 0.01 0 0.64 0.72
HSL 61.3º 0.47% 0.19% -
HSV(B) 61.3º 0.64% 0.28% -
XYZ 5.1 6.05 1.88 -
YUV 66.46 105.17 131.24 -
System Red Green Blue C M Y K H S L
Decimal 71 72 26 0.01 0 0.64 0.72 61.3 0.47 0.19
Hex 47 48 1A 1 0 40 48 3D 2F 13
Octal 107 110 32 1 0 100 110 75 57 23
Binary 1000111 1001000 11010 1 0 1000000 1001000 111101 101111 10011

Color Harmonies of #47481A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47481A

Black with #47481A

Text Example


Text Example

White with #47481A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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