Html Css Color HEX #494500 Verdun Green

📋 copy color: '#494500'

red 73 ◦ green 69 ◦ blue 0

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

Shades of Verdun Green #494500

Tints of Verdun Green #494500

RGB

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

 GREEN value IS 69 (27.34% from 255) = 48.59%

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

R = 51.41%
G = 48.59%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.71

RGB Variations

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

Color information

#494500 (or 0x494500) is known color: Verdun Green. HEX triplet: 49, 45 and 00. RGB value is (73,69,0). Sum of RGB (Red+Green+Blue) = 73+69+0=142 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.41% from 142); Green value is 69 (27.34% from 255 or 48.59% from 142); Blue value is 0 (0.39% from 255 or 0% from 142); Max value from RGB is 73 - color contains mainly: red. Hex color #494500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494500 is #B6BAFF. Grayscale: #3E3E3E. Windows color (decimal): -11975424 or 17737. OLE color: 17737.

HSL color Cylindrical-coordinate representation of color #494500: hue angle of 56.71º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #494500 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 69 0 -
CMYK 0 0.05 1 0.71
HSL 56.71º 1% 0.14% -
HSV(B) 56.71º 1% 0.29% -
XYZ 4.88 5.67 0.84 -
YUV 62.33 92.83 135.61 -
System Red Green Blue C M Y K H S L
Decimal 73 69 0 0 0.05 1 0.71 56.71 1 0.14
Hex 49 45 0 0 5 64 47 39 64 E
Octal 111 105 0 0 5 144 107 71 144 16
Binary 1001001 1000101 0 0 101 1100100 1000111 111001 1100100 1110

Color Harmonies of #494500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494500

Black with #494500

Text Example


Text Example

White with #494500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494500; }

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

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

background-color css

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

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

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

border-color css

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

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

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