Html Css Color HEX #495525 Army green

📋 copy color: '#495525'

red 73 ◦ green 85 ◦ blue 37

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

Shades of Army green #495525

Tints of Army green #495525

RGB

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

 GREEN value IS 85 (33.59% from 255) = 43.59%

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

R = 37.44%
G = 43.59%
B = 18.97%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#495525 (or 0x495525) is known color: Army green. HEX triplet: 49, 55 and 25. RGB value is (73,85,37). Sum of RGB (Red+Green+Blue) = 73+85+37=195 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.44% from 195); Green value is 85 (33.59% from 255 or 43.59% from 195); Blue value is 37 (14.84% from 255 or 18.97% from 195); Max value from RGB is 85 - color contains mainly: green. Hex color #495525 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495525 is #B6AADA. Grayscale: #4C4C4C. Windows color (decimal): -11971291 or 2446665. OLE color: 2446665.

HSL color Cylindrical-coordinate representation of color #495525: hue angle of 75º 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 #495525 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 85 37 -
CMYK 0.14 0 0.56 0.67
HSL 75º 0.39% 0.24% -
HSV(B) 75º 0.56% 0.33% -
XYZ 6.33 8.05 2.97 -
YUV 75.94 106.02 125.9 -
System Red Green Blue C M Y K H S L
Decimal 73 85 37 0.14 0 0.56 0.67 75 0.39 0.24
Hex 49 55 25 E 0 38 43 4B 27 18
Octal 111 125 45 16 0 70 103 113 47 30
Binary 1001001 1010101 100101 1110 0 111000 1000011 1001011 100111 11000

Color Harmonies of #495525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495525

Black with #495525

Text Example


Text Example

White with #495525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495525; }

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

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

background-color css

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

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

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

border-color css

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

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

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