Html Css Color HEX #495523 Army green

📋 copy color: '#495523'

red 73 ◦ green 85 ◦ blue 35

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

Shades of Army green #495523

Tints of Army green #495523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 18.13%

R = 37.82%
G = 44.04%
B = 18.13%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.59

 K value IS 0.67

RGB Variations

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

Color information

#495523 (or 0x495523) is known color: Army green. HEX triplet: 49, 55 and 23. RGB value is (73,85,35). Sum of RGB (Red+Green+Blue) = 73+85+35=193 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.82% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 35 (14.06% from 255 or 18.13% from 193); Max value from RGB is 85 - color contains mainly: green. Hex color #495523 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495523 is #B6AADC. Grayscale: #4B4B4B. Windows color (decimal): -11971293 or 2315593. OLE color: 2315593.

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

Color convert

RGB 73 85 35 -
CMYK 0.14 0 0.59 0.67
HSL 74.4º 0.42% 0.24% -
HSV(B) 74.4º 0.59% 0.33% -
XYZ 6.3 8.03 2.81 -
YUV 75.71 105.02 126.07 -
System Red Green Blue C M Y K H S L
Decimal 73 85 35 0.14 0 0.59 0.67 74.4 0.42 0.24
Hex 49 55 23 E 0 3B 43 4A 2A 18
Octal 111 125 43 16 0 73 103 112 52 30
Binary 1001001 1010101 100011 1110 0 111011 1000011 1001010 101010 11000

Color Harmonies of #495523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495523

Black with #495523

Text Example


Text Example

White with #495523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495523; }

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

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

background-color css

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

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

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

border-color css

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

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

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