Html Css Color HEX #47461B Army green

📋 copy color: '#47461B'

red 71 ◦ green 70 ◦ blue 27

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

Shades of Army green #47461B

Tints of Army green #47461B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 41.67%

 BLUE value IS 27 (10.94% from 255) = 16.07%

R = 42.26%
G = 41.67%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#47461B (or 0x47461B) is known color: Army green. HEX triplet: 47, 46 and 1B. RGB value is (71,70,27). Sum of RGB (Red+Green+Blue) = 71+70+27=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 70 (27.73% from 255 or 41.67% from 168); Blue value is 27 (10.94% from 255 or 16.07% from 168); Max value from RGB is 71 - color contains mainly: red. Hex color #47461B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47461B is #B8B9E4. Grayscale: #414141. Windows color (decimal): -12106213 or 1787463. OLE color: 1787463.

HSL color Cylindrical-coordinate representation of color #47461B: hue angle of 58.64º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47461B is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 70 27 -
CMYK 0 0.01 0.62 0.72
HSL 58.64º 0.45% 0.19% -
HSV(B) 58.64º 0.62% 0.28% -
XYZ 4.99 5.8 1.89 -
YUV 65.4 106.33 132 -
System Red Green Blue C M Y K H S L
Decimal 71 70 27 0 0.01 0.62 0.72 58.64 0.45 0.19
Hex 47 46 1B 0 1 3E 48 3B 2D 13
Octal 107 106 33 0 1 76 110 73 55 23
Binary 1000111 1000110 11011 0 1 111110 1001000 111011 101101 10011

Color Harmonies of #47461B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47461B

Black with #47461B

Text Example


Text Example

White with #47461B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47461B; }

 p { color: rgb(71,70,27); }

 H1.HeaderClassName
 {
   color: #47461B;
 }
 .AnyTagClassName
 {
   color: #47461B;
 }
</style>

background-color css

<style>
 a { background-color: #47461B; }

 a { background-color: rgb(71,70,27); }

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

border-color css

<style>
 span { border-color: #47461B; }

 span { border-color: rgb(71,70,27); }

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