Html Css Color HEX #45471D Army green

📋 copy color: '#45471D'

red 69 ◦ green 71 ◦ blue 29

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

Shades of Army green #45471D

Tints of Army green #45471D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 17.16%

R = 40.83%
G = 42.01%
B = 17.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.59

 K value IS 0.72

RGB Variations

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

Color information

#45471D (or 0x45471D) is known color: Army green. HEX triplet: 45, 47 and 1D. RGB value is (69,71,29). Sum of RGB (Red+Green+Blue) = 69+71+29=169 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.83% from 169); Green value is 71 (28.12% from 255 or 42.01% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 71 - color contains mainly: green. Hex color #45471D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45471D is #BAB8E2. Grayscale: #414141. Windows color (decimal): -12237027 or 1918789. OLE color: 1918789.

HSL color Cylindrical-coordinate representation of color #45471D: hue angle of 62.86º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #45471D is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.72.

Color convert

RGB 69 71 29 -
CMYK 0.03 0 0.59 0.72
HSL 62.86º 0.42% 0.2% -
HSV(B) 62.86º 0.59% 0.28% -
XYZ 4.93 5.86 2.03 -
YUV 65.61 107.34 130.42 -
System Red Green Blue C M Y K H S L
Decimal 69 71 29 0.03 0 0.59 0.72 62.86 0.42 0.2
Hex 45 47 1D 3 0 3B 48 3F 2A 14
Octal 105 107 35 3 0 73 110 77 52 24
Binary 1000101 1000111 11101 11 0 111011 1001000 111111 101010 10100

Color Harmonies of #45471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45471D

Black with #45471D

Text Example


Text Example

White with #45471D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45471D; }

 p { color: rgb(69,71,29); }

 H1.HeaderClassName
 {
   color: #45471D;
 }
 .AnyTagClassName
 {
   color: #45471D;
 }
</style>

background-color css

<style>
 a { background-color: #45471D; }

 a { background-color: rgb(69,71,29); }

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

border-color css

<style>
 span { border-color: #45471D; }

 span { border-color: rgb(69,71,29); }

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