Html Css Color HEX #494F06 Verdun Green

📋 copy color: '#494F06'

red 73 ◦ green 79 ◦ blue 6

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

Shades of Verdun Green #494F06

Tints of Verdun Green #494F06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.8%

R = 46.2%
G = 50%
B = 3.8%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#494F06 (or 0x494F06) is known color: Verdun Green. HEX triplet: 49, 4F and 06. RGB value is (73,79,6). Sum of RGB (Red+Green+Blue) = 73+79+6=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 79 (31.25% from 255 or 50% from 158); Blue value is 6 (2.73% from 255 or 3.80% from 158); Max value from RGB is 79 - color contains mainly: green. Hex color #494F06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #494F06 is #B6B0F9. Grayscale: #454545. Windows color (decimal): -11972858 or 413513. OLE color: 413513.

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

Color convert

RGB 73 79 6 -
CMYK 0.08 0 0.92 0.69
HSL 64.93º 0.86% 0.17% -
HSV(B) 64.93º 0.92% 0.31% -
XYZ 5.58 7.02 1.23 -
YUV 68.88 92.51 130.94 -
System Red Green Blue C M Y K H S L
Decimal 73 79 6 0.08 0 0.92 0.69 64.93 0.86 0.17
Hex 49 4F 6 8 0 5C 45 41 56 11
Octal 111 117 6 10 0 134 105 101 126 21
Binary 1001001 1001111 110 1000 0 1011100 1000101 1000001 1010110 10001

Color Harmonies of #494F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494F06

Black with #494F06

Text Example


Text Example

White with #494F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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