Html Css Color HEX #494F11 Verdun Green

📋 copy color: '#494F11'

red 73 ◦ green 79 ◦ blue 17

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

Shades of Verdun Green #494F11

Tints of Verdun Green #494F11

RGB

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

 GREEN value IS 79 (31.25% from 255) = 46.75%

 BLUE value IS 17 (7.03% from 255) = 10.06%

R = 43.2%
G = 46.75%
B = 10.06%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#494F11 (or 0x494F11) is known color: Verdun Green. HEX triplet: 49, 4F and 11. RGB value is (73,79,17). Sum of RGB (Red+Green+Blue) = 73+79+17=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 79 (31.25% from 255 or 46.75% from 169); Blue value is 17 (7.03% from 255 or 10.06% from 169); Max value from RGB is 79 - color contains mainly: green. Hex color #494F11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #494F11 is #B6B0EE. Grayscale: #464646. Windows color (decimal): -11972847 or 1134409. OLE color: 1134409.

HSL color Cylindrical-coordinate representation of color #494F11: hue angle of 65.81º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #494F11 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 73 79 17 -
CMYK 0.08 0 0.78 0.69
HSL 65.81º 0.65% 0.19% -
HSV(B) 65.81º 0.78% 0.31% -
XYZ 5.64 7.05 1.59 -
YUV 70.14 98.01 130.04 -
System Red Green Blue C M Y K H S L
Decimal 73 79 17 0.08 0 0.78 0.69 65.81 0.65 0.19
Hex 49 4F 11 8 0 4E 45 42 41 13
Octal 111 117 21 10 0 116 105 102 101 23
Binary 1001001 1001111 10001 1000 0 1001110 1000101 1000010 1000001 10011

Color Harmonies of #494F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494F11

Black with #494F11

Text Example


Text Example

White with #494F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,79,17); }

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

background-color css

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

 a { background-color: rgb(73,79,17); }

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

border-color css

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

 span { border-color: rgb(73,79,17); }

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