Html Css Color HEX #494E16 Verdun Green

📋 copy color: '#494E16'

red 73 ◦ green 78 ◦ blue 22

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

Shades of Verdun Green #494E16

Tints of Verdun Green #494E16

RGB

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

 GREEN value IS 78 (30.86% from 255) = 45.09%

 BLUE value IS 22 (8.98% from 255) = 12.72%

R = 42.2%
G = 45.09%
B = 12.72%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.72

 K value IS 0.69

RGB Variations

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

Color information

#494E16 (or 0x494E16) is known color: Verdun Green. HEX triplet: 49, 4E and 16. RGB value is (73,78,22). Sum of RGB (Red+Green+Blue) = 73+78+22=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 78 (30.86% from 255 or 45.09% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 78 - color contains mainly: green. Hex color #494E16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #494E16 is #B6B1E9. Grayscale: #464646. Windows color (decimal): -11973098 or 1461833. OLE color: 1461833.

HSL color Cylindrical-coordinate representation of color #494E16: hue angle of 65.36º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #494E16 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB 73 78 22 -
CMYK 0.06 0 0.72 0.69
HSL 65.36º 0.56% 0.2% -
HSV(B) 65.36º 0.72% 0.31% -
XYZ 5.62 6.92 1.8 -
YUV 70.12 100.84 130.05 -
System Red Green Blue C M Y K H S L
Decimal 73 78 22 0.06 0 0.72 0.69 65.36 0.56 0.2
Hex 49 4E 16 6 0 48 45 41 38 14
Octal 111 116 26 6 0 110 105 101 70 24
Binary 1001001 1001110 10110 110 0 1001000 1000101 1000001 111000 10100

Color Harmonies of #494E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494E16

Black with #494E16

Text Example


Text Example

White with #494E16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,78,22); }

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

background-color css

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

 a { background-color: rgb(73,78,22); }

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

border-color css

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

 span { border-color: rgb(73,78,22); }

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