Html Css Color HEX #494E00 Verdun Green

📋 copy color: '#494E00'

red 73 ◦ green 78 ◦ blue 0

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

Shades of Verdun Green #494E00

Tints of Verdun Green #494E00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.34%
G = 51.66%
B = 0%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1

 K value IS 0.69

RGB Variations

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

Color information

#494E00 (or 0x494E00) is known color: Verdun Green. HEX triplet: 49, 4E and 00. RGB value is (73,78,0). Sum of RGB (Red+Green+Blue) = 73+78+0=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 78 (30.86% from 255 or 51.66% from 151); Blue value is 0 (0.39% from 255 or 0% from 151); Max value from RGB is 78 - color contains mainly: green. Hex color #494E00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #494E00 is #B6B1FF. Grayscale: #434343. Windows color (decimal): -11973120 or 20041. OLE color: 20041.

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

Color convert

RGB 73 78 0 -
CMYK 0.06 0 1 0.69
HSL 63.85º 1% 0.15% -
HSV(B) 63.85º 1% 0.31% -
XYZ 5.47 6.87 1.04 -
YUV 67.61 89.84 131.84 -
System Red Green Blue C M Y K H S L
Decimal 73 78 0 0.06 0 1 0.69 63.85 1 0.15
Hex 49 4E 0 6 0 64 45 40 64 F
Octal 111 116 0 6 0 144 105 100 144 17
Binary 1001001 1001110 0 110 0 1100100 1000101 1000000 1100100 1111

Color Harmonies of #494E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494E00

Black with #494E00

Text Example


Text Example

White with #494E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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