Html Css Color HEX #494D17 Verdun Green

📋 copy color: '#494D17'

red 73 ◦ green 77 ◦ blue 23

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

Shades of Verdun Green #494D17

Tints of Verdun Green #494D17

RGB

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

 GREEN value IS 77 (30.47% from 255) = 44.51%

 BLUE value IS 23 (9.38% from 255) = 13.29%

R = 42.2%
G = 44.51%
B = 13.29%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.70

 K value IS 0.70

RGB Variations

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

Color information

#494D17 (or 0x494D17) is known color: Verdun Green. HEX triplet: 49, 4D and 17. RGB value is (73,77,23). Sum of RGB (Red+Green+Blue) = 73+77+23=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 77 (30.47% from 255 or 44.51% from 173); Blue value is 23 (9.38% from 255 or 13.29% from 173); Max value from RGB is 77 - color contains mainly: green. Hex color #494D17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #494D17 is #B6B2E8. Grayscale: #454545. Windows color (decimal): -11973353 or 1527113. OLE color: 1527113.

HSL color Cylindrical-coordinate representation of color #494D17: hue angle of 64.44º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #494D17 is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.70.

Color convert

RGB 73 77 23 -
CMYK 0.05 0 0.70 0.70
HSL 64.44º 0.54% 0.2% -
HSV(B) 64.44º 0.7% 0.3% -
XYZ 5.56 6.79 1.83 -
YUV 69.65 101.67 130.39 -
System Red Green Blue C M Y K H S L
Decimal 73 77 23 0.05 0 0.70 0.70 64.44 0.54 0.2
Hex 49 4D 17 5 0 46 46 40 36 14
Octal 111 115 27 5 0 106 106 100 66 24
Binary 1001001 1001101 10111 101 0 1000110 1000110 1000000 110110 10100

Color Harmonies of #494D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494D17

Black with #494D17

Text Example


Text Example

White with #494D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494D17; }

 p { color: rgb(73,77,23); }

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

background-color css

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

 a { background-color: rgb(73,77,23); }

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

border-color css

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

 span { border-color: rgb(73,77,23); }

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