Html Css Color HEX #45471F Army green

📋 copy color: '#45471F'

red 69 ◦ green 71 ◦ blue 31

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

Shades of Army green #45471F

Tints of Army green #45471F

RGB

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

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

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

R = 40.35%
G = 41.52%
B = 18.13%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#45471F (or 0x45471F) is known color: Army green. HEX triplet: 45, 47 and 1F. RGB value is (69,71,31). Sum of RGB (Red+Green+Blue) = 69+71+31=171 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.35% from 171); Green value is 71 (28.12% from 255 or 41.52% from 171); Blue value is 31 (12.5% from 255 or 18.13% from 171); Max value from RGB is 71 - color contains mainly: green. Hex color #45471F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45471F is #BAB8E0. Grayscale: #424242. Windows color (decimal): -12237025 or 2049861. OLE color: 2049861.

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

Color convert

RGB 69 71 31 -
CMYK 0.03 0 0.56 0.72
HSL 63º 0.39% 0.2% -
HSV(B) 63º 0.56% 0.28% -
XYZ 4.95 5.87 2.17 -
YUV 65.84 108.34 130.25 -
System Red Green Blue C M Y K H S L
Decimal 69 71 31 0.03 0 0.56 0.72 63 0.39 0.2
Hex 45 47 1F 3 0 38 48 3F 27 14
Octal 105 107 37 3 0 70 110 77 47 24
Binary 1000101 1000111 11111 11 0 111000 1001000 111111 100111 10100

Color Harmonies of #45471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45471F

Black with #45471F

Text Example


Text Example

White with #45471F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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