Html Css Color HEX #495425 Army green

📋 copy color: '#495425'

red 73 ◦ green 84 ◦ blue 37

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

Shades of Army green #495425

Tints of Army green #495425

RGB

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

 GREEN value IS 84 (33.2% from 255) = 43.3%

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

R = 37.63%
G = 43.3%
B = 19.07%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#495425 (or 0x495425) is known color: Army green. HEX triplet: 49, 54 and 25. RGB value is (73,84,37). Sum of RGB (Red+Green+Blue) = 73+84+37=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 84 (33.20% from 255 or 43.30% from 194); Blue value is 37 (14.84% from 255 or 19.07% from 194); Max value from RGB is 84 - color contains mainly: green. Hex color #495425 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495425 is #B6ABDA. Grayscale: #4B4B4B. Windows color (decimal): -11971547 or 2446409. OLE color: 2446409.

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

Color convert

RGB 73 84 37 -
CMYK 0.13 0 0.56 0.67
HSL 74.04º 0.39% 0.24% -
HSV(B) 74.04º 0.56% 0.33% -
XYZ 6.25 7.89 2.94 -
YUV 75.35 106.36 126.32 -
System Red Green Blue C M Y K H S L
Decimal 73 84 37 0.13 0 0.56 0.67 74.04 0.39 0.24
Hex 49 54 25 D 0 38 43 4A 27 18
Octal 111 124 45 15 0 70 103 112 47 30
Binary 1001001 1010100 100101 1101 0 111000 1000011 1001010 100111 11000

Color Harmonies of #495425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495425

Black with #495425

Text Example


Text Example

White with #495425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495425; }

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

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

background-color css

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

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

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

border-color css

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

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

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