Html Css Color HEX #495327 Army green

📋 copy color: '#495327'

red 73 ◦ green 83 ◦ blue 39

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

Shades of Army green #495327

Tints of Army green #495327

RGB

 RED value IS 73 (28.91% from 255) = 37.44%

 GREEN value IS 83 (32.81% from 255) = 42.56%

 BLUE value IS 39 (15.63% from 255) = 20%

R = 37.44%
G = 42.56%
B = 20%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#495327 (or 0x495327) is known color: Army green. HEX triplet: 49, 53 and 27. RGB value is (73,83,39). Sum of RGB (Red+Green+Blue) = 73+83+39=195 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.44% from 195); Green value is 83 (32.81% from 255 or 42.56% from 195); Blue value is 39 (15.62% from 255 or 20% from 195); Max value from RGB is 83 - color contains mainly: green. Hex color #495327 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495327 is #B6ACD8. Grayscale: #4B4B4B. Windows color (decimal): -11971801 or 2577225. OLE color: 2577225.

HSL color Cylindrical-coordinate representation of color #495327: hue angle of 73.64º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #495327 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 83 39 -
CMYK 0.12 0 0.53 0.67
HSL 73.64º 0.36% 0.24% -
HSV(B) 73.64º 0.53% 0.33% -
XYZ 6.21 7.75 3.09 -
YUV 74.99 107.69 126.58 -
System Red Green Blue C M Y K H S L
Decimal 73 83 39 0.12 0 0.53 0.67 73.64 0.36 0.24
Hex 49 53 27 C 0 35 43 4A 24 18
Octal 111 123 47 14 0 65 103 112 44 30
Binary 1001001 1010011 100111 1100 0 110101 1000011 1001010 100100 11000

Color Harmonies of #495327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495327

Black with #495327

Text Example


Text Example

White with #495327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495327; }

 p { color: rgb(73,83,39); }

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

background-color css

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

 a { background-color: rgb(73,83,39); }

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

border-color css

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

 span { border-color: rgb(73,83,39); }

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