Html Css Color HEX #45491F Army green

📋 copy color: '#45491F'

red 69 ◦ green 73 ◦ blue 31

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

Shades of Army green #45491F

Tints of Army green #45491F

RGB

 RED value IS 69 (27.34% from 255) = 39.88%

 GREEN value IS 73 (28.91% from 255) = 42.2%

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

R = 39.88%
G = 42.2%
B = 17.92%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.58

 K value IS 0.71

RGB Variations

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

Color information

#45491F (or 0x45491F) is known color: Army green. HEX triplet: 45, 49 and 1F. RGB value is (69,73,31). Sum of RGB (Red+Green+Blue) = 69+73+31=173 (22% of max value = 765). Red value is 69 (27.34% from 255 or 39.88% from 173); Green value is 73 (28.91% from 255 or 42.20% from 173); Blue value is 31 (12.5% from 255 or 17.92% from 173); Max value from RGB is 73 - color contains mainly: green. Hex color #45491F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45491F is #BAB6E0. Grayscale: #434343. Windows color (decimal): -12236513 or 2050373. OLE color: 2050373.

HSL color Cylindrical-coordinate representation of color #45491F: hue angle of 65.71º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #45491F is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.71.

Color convert

RGB 69 73 31 -
CMYK 0.05 0 0.58 0.71
HSL 65.71º 0.4% 0.2% -
HSV(B) 65.71º 0.58% 0.29% -
XYZ 5.08 6.13 2.21 -
YUV 67.02 107.67 129.42 -
System Red Green Blue C M Y K H S L
Decimal 69 73 31 0.05 0 0.58 0.71 65.71 0.4 0.2
Hex 45 49 1F 5 0 3A 47 42 28 14
Octal 105 111 37 5 0 72 107 102 50 24
Binary 1000101 1001001 11111 101 0 111010 1000111 1000010 101000 10100

Color Harmonies of #45491F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45491F

Black with #45491F

Text Example


Text Example

White with #45491F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,73,31); }

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

background-color css

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

 a { background-color: rgb(69,73,31); }

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

border-color css

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

 span { border-color: rgb(69,73,31); }

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