Html Css Color HEX #43461F Army green

📋 copy color: '#43461F'

red 67 ◦ green 70 ◦ blue 31

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

Shades of Army green #43461F

Tints of Army green #43461F

RGB

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

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

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

R = 39.88%
G = 41.67%
B = 18.45%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#43461F (or 0x43461F) is known color: Army green. HEX triplet: 43, 46 and 1F. RGB value is (67,70,31). Sum of RGB (Red+Green+Blue) = 67+70+31=168 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.88% from 168); Green value is 70 (27.73% from 255 or 41.67% from 168); Blue value is 31 (12.5% from 255 or 18.45% from 168); Max value from RGB is 70 - color contains mainly: green. Hex color #43461F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43461F is #BCB9E0. Grayscale: #404040. Windows color (decimal): -12368353 or 2049603. OLE color: 2049603.

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

Color convert

RGB 67 70 31 -
CMYK 0.04 0 0.56 0.73
HSL 64.62º 0.39% 0.2% -
HSV(B) 64.62º 0.56% 0.27% -
XYZ 4.75 5.67 2.14 -
YUV 64.66 109.01 129.67 -
System Red Green Blue C M Y K H S L
Decimal 67 70 31 0.04 0 0.56 0.73 64.62 0.39 0.2
Hex 43 46 1F 4 0 38 49 41 27 14
Octal 103 106 37 4 0 70 111 101 47 24
Binary 1000011 1000110 11111 100 0 111000 1001001 1000001 100111 10100

Color Harmonies of #43461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43461F

Black with #43461F

Text Example


Text Example

White with #43461F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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