Html Css Color HEX #43481E Army green

📋 copy color: '#43481E'

red 67 ◦ green 72 ◦ blue 30

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

Shades of Army green #43481E

Tints of Army green #43481E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 17.75%

R = 39.64%
G = 42.6%
B = 17.75%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#43481E (or 0x43481E) is known color: Army green. HEX triplet: 43, 48 and 1E. RGB value is (67,72,30). Sum of RGB (Red+Green+Blue) = 67+72+30=169 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.64% from 169); Green value is 72 (28.52% from 255 or 42.60% from 169); Blue value is 30 (12.11% from 255 or 17.75% from 169); Max value from RGB is 72 - color contains mainly: green. Hex color #43481E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43481E is #BCB7E1. Grayscale: #414141. Windows color (decimal): -12367842 or 1984579. OLE color: 1984579.

HSL color Cylindrical-coordinate representation of color #43481E: hue angle of 67.14º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #43481E is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB 67 72 30 -
CMYK 0.07 0 0.58 0.72
HSL 67.14º 0.41% 0.2% -
HSV(B) 67.14º 0.58% 0.28% -
XYZ 4.87 5.92 2.11 -
YUV 65.72 107.84 128.92 -
System Red Green Blue C M Y K H S L
Decimal 67 72 30 0.07 0 0.58 0.72 67.14 0.41 0.2
Hex 43 48 1E 7 0 3A 48 43 29 14
Octal 103 110 36 7 0 72 110 103 51 24
Binary 1000011 1001000 11110 111 0 111010 1001000 1000011 101001 10100

Color Harmonies of #43481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43481E

Black with #43481E

Text Example


Text Example

White with #43481E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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