Html Css Color HEX #45481F Army green

📋 copy color: '#45481F'

red 69 ◦ green 72 ◦ blue 31

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

Shades of Army green #45481F

Tints of Army green #45481F

RGB

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

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

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

R = 40.12%
G = 41.86%
B = 18.02%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.57

 K value IS 0.72

RGB Variations

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

Color information

#45481F (or 0x45481F) is known color: Army green. HEX triplet: 45, 48 and 1F. RGB value is (69,72,31). Sum of RGB (Red+Green+Blue) = 69+72+31=172 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.12% from 172); Green value is 72 (28.52% from 255 or 41.86% from 172); Blue value is 31 (12.5% from 255 or 18.02% from 172); Max value from RGB is 72 - color contains mainly: green. Hex color #45481F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45481F is #BAB7E0. Grayscale: #424242. Windows color (decimal): -12236769 or 2050117. OLE color: 2050117.

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

Color convert

RGB 69 72 31 -
CMYK 0.04 0 0.57 0.72
HSL 64.39º 0.4% 0.2% -
HSV(B) 64.39º 0.57% 0.28% -
XYZ 5.02 6 2.19 -
YUV 66.43 108.01 129.83 -
System Red Green Blue C M Y K H S L
Decimal 69 72 31 0.04 0 0.57 0.72 64.39 0.4 0.2
Hex 45 48 1F 4 0 39 48 40 28 14
Octal 105 110 37 4 0 71 110 100 50 24
Binary 1000101 1001000 11111 100 0 111001 1001000 1000000 101000 10100

Color Harmonies of #45481F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45481F

Black with #45481F

Text Example


Text Example

White with #45481F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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