Html Css Color HEX #494400 Verdun Green

📋 copy color: '#494400'

red 73 ◦ green 68 ◦ blue 0

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

Shades of Verdun Green #494400

Tints of Verdun Green #494400

RGB

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

 GREEN value IS 68 (26.95% from 255) = 48.23%

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

R = 51.77%
G = 48.23%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.71

RGB Variations

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

Color information

#494400 (or 0x494400) is known color: Verdun Green. HEX triplet: 49, 44 and 00. RGB value is (73,68,0). Sum of RGB (Red+Green+Blue) = 73+68+0=141 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.77% from 141); Green value is 68 (26.95% from 255 or 48.23% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 73 - color contains mainly: red. Hex color #494400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494400 is #B6BBFF. Grayscale: #3E3E3E. Windows color (decimal): -11975680 or 17481. OLE color: 17481.

HSL color Cylindrical-coordinate representation of color #494400: hue angle of 55.89º 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 #494400 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 68 0 -
CMYK 0 0.07 1 0.71
HSL 55.89º 1% 0.14% -
HSV(B) 55.89º 1% 0.29% -
XYZ 4.81 5.55 0.82 -
YUV 61.74 93.16 136.03 -
System Red Green Blue C M Y K H S L
Decimal 73 68 0 0 0.07 1 0.71 55.89 1 0.14
Hex 49 44 0 0 7 64 47 38 64 E
Octal 111 104 0 0 7 144 107 70 144 16
Binary 1001001 1000100 0 0 111 1100100 1000111 111000 1100100 1110

Color Harmonies of #494400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494400

Black with #494400

Text Example


Text Example

White with #494400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494400; }

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

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

background-color css

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

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

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

border-color css

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

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

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