Html Css Color HEX #45481D Army green

📋 copy color: '#45481D'

red 69 ◦ green 72 ◦ blue 29

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

Shades of Army green #45481D

Tints of Army green #45481D

RGB

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

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

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

R = 40.59%
G = 42.35%
B = 17.06%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#45481D (or 0x45481D) is known color: Army green. HEX triplet: 45, 48 and 1D. RGB value is (69,72,29). Sum of RGB (Red+Green+Blue) = 69+72+29=170 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.59% from 170); Green value is 72 (28.52% from 255 or 42.35% from 170); Blue value is 29 (11.72% from 255 or 17.06% from 170); Max value from RGB is 72 - color contains mainly: green. Hex color #45481D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45481D is #BAB7E2. Grayscale: #424242. Windows color (decimal): -12236771 or 1919045. OLE color: 1919045.

HSL color Cylindrical-coordinate representation of color #45481D: hue angle of 64.19º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #45481D is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB 69 72 29 -
CMYK 0.04 0 0.60 0.72
HSL 64.19º 0.43% 0.2% -
HSV(B) 64.19º 0.6% 0.28% -
XYZ 4.99 5.99 2.06 -
YUV 66.2 107.01 130 -
System Red Green Blue C M Y K H S L
Decimal 69 72 29 0.04 0 0.60 0.72 64.19 0.43 0.2
Hex 45 48 1D 4 0 3C 48 40 2B 14
Octal 105 110 35 4 0 74 110 100 53 24
Binary 1000101 1001000 11101 100 0 111100 1001000 1000000 101011 10100

Color Harmonies of #45481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45481D

Black with #45481D

Text Example


Text Example

White with #45481D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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