Html Css Color HEX #43481F Army green

📋 copy color: '#43481F'

red 67 ◦ green 72 ◦ blue 31

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

Shades of Army green #43481F

Tints of Army green #43481F

RGB

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

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

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

R = 39.41%
G = 42.35%
B = 18.24%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.57

 K value IS 0.72

RGB Variations

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

Color information

#43481F (or 0x43481F) is known color: Army green. HEX triplet: 43, 48 and 1F. RGB value is (67,72,31). Sum of RGB (Red+Green+Blue) = 67+72+31=170 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.41% from 170); Green value is 72 (28.52% from 255 or 42.35% from 170); Blue value is 31 (12.5% from 255 or 18.24% from 170); Max value from RGB is 72 - color contains mainly: green. Hex color #43481F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43481F is #BCB7E0. Grayscale: #414141. Windows color (decimal): -12367841 or 2050115. OLE color: 2050115.

HSL color Cylindrical-coordinate representation of color #43481F: hue angle of 67.32º 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 #43481F is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.72.

Color convert

RGB 67 72 31 -
CMYK 0.07 0 0.57 0.72
HSL 67.32º 0.4% 0.2% -
HSV(B) 67.32º 0.57% 0.28% -
XYZ 4.88 5.93 2.18 -
YUV 65.83 108.34 128.83 -
System Red Green Blue C M Y K H S L
Decimal 67 72 31 0.07 0 0.57 0.72 67.32 0.4 0.2
Hex 43 48 1F 7 0 39 48 43 28 14
Octal 103 110 37 7 0 71 110 103 50 24
Binary 1000011 1001000 11111 111 0 111001 1001000 1000011 101000 10100

Color Harmonies of #43481F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43481F

Black with #43481F

Text Example


Text Example

White with #43481F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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