Html Css Color HEX #43471F Army green

📋 copy color: '#43471F'

red 67 ◦ green 71 ◦ blue 31

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

Shades of Army green #43471F

Tints of Army green #43471F

RGB

 RED value IS 67 (26.56% from 255) = 39.64%

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

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

R = 39.64%
G = 42.01%
B = 18.34%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#43471F (or 0x43471F) is known color: Army green. HEX triplet: 43, 47 and 1F. RGB value is (67,71,31). Sum of RGB (Red+Green+Blue) = 67+71+31=169 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.64% from 169); Green value is 71 (28.12% from 255 or 42.01% from 169); Blue value is 31 (12.5% from 255 or 18.34% from 169); Max value from RGB is 71 - color contains mainly: green. Hex color #43471F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43471F is #BCB8E0. Grayscale: #414141. Windows color (decimal): -12368097 or 2049859. OLE color: 2049859.

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

Color convert

RGB 67 71 31 -
CMYK 0.06 0 0.56 0.72
HSL 66º 0.39% 0.2% -
HSV(B) 66º 0.56% 0.28% -
XYZ 4.82 5.8 2.16 -
YUV 65.24 108.67 129.25 -
System Red Green Blue C M Y K H S L
Decimal 67 71 31 0.06 0 0.56 0.72 66 0.39 0.2
Hex 43 47 1F 6 0 38 48 42 27 14
Octal 103 107 37 6 0 70 110 102 47 24
Binary 1000011 1000111 11111 110 0 111000 1001000 1000010 100111 10100

Color Harmonies of #43471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43471F

Black with #43471F

Text Example


Text Example

White with #43471F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,71,31); }

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

background-color css

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

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

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

border-color css

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

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

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