Html Css Color HEX #495325 Army green

📋 copy color: '#495325'

red 73 ◦ green 83 ◦ blue 37

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

Shades of Army green #495325

Tints of Army green #495325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 19.17%

R = 37.82%
G = 43.01%
B = 19.17%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#495325 (or 0x495325) is known color: Army green. HEX triplet: 49, 53 and 25. RGB value is (73,83,37). Sum of RGB (Red+Green+Blue) = 73+83+37=193 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.82% from 193); Green value is 83 (32.81% from 255 or 43.01% from 193); Blue value is 37 (14.84% from 255 or 19.17% from 193); Max value from RGB is 83 - color contains mainly: green. Hex color #495325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495325 is #B6ACDA. Grayscale: #4A4A4A. Windows color (decimal): -11971803 or 2446153. OLE color: 2446153.

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

Color convert

RGB 73 83 37 -
CMYK 0.12 0 0.55 0.67
HSL 73.04º 0.38% 0.24% -
HSV(B) 73.04º 0.55% 0.33% -
XYZ 6.17 7.74 2.92 -
YUV 74.77 106.69 126.74 -
System Red Green Blue C M Y K H S L
Decimal 73 83 37 0.12 0 0.55 0.67 73.04 0.38 0.24
Hex 49 53 25 C 0 37 43 49 26 18
Octal 111 123 45 14 0 67 103 111 46 30
Binary 1001001 1010011 100101 1100 0 110111 1000011 1001001 100110 11000

Color Harmonies of #495325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495325

Black with #495325

Text Example


Text Example

White with #495325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495325; }

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

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

background-color css

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

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

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

border-color css

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

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

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