Html Css Color HEX #494914 Verdun Green

📋 copy color: '#494914'

red 73 ◦ green 73 ◦ blue 20

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

Shades of Verdun Green #494914

Tints of Verdun Green #494914

RGB

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

 GREEN value IS 73 (28.91% from 255) = 43.98%

 BLUE value IS 20 (8.2% from 255) = 12.05%

R = 43.98%
G = 43.98%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#494914 (or 0x494914) is known color: Verdun Green. HEX triplet: 49, 49 and 14. RGB value is (73,73,20). Sum of RGB (Red+Green+Blue) = 73+73+20=166 (21% of max value = 765). Red value is 73 (28.91% from 255 or 43.98% from 166); Green value is 73 (28.91% from 255 or 43.98% from 166); Blue value is 20 (8.20% from 255 or 12.05% from 166); Max value from RGB is 73 - color contains mainly: red, green. Hex color #494914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494914 is #B6B6EB. Grayscale: #434343. Windows color (decimal): -11974380 or 1329481. OLE color: 1329481.

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

Color convert

RGB 73 73 20 -
CMYK 0 0 0.73 0.71
HSL 60º 0.57% 0.18% -
HSV(B) 60º 0.73% 0.29% -
XYZ 5.26 6.23 1.59 -
YUV 66.96 101.5 132.31 -
System Red Green Blue C M Y K H S L
Decimal 73 73 20 0 0 0.73 0.71 60 0.57 0.18
Hex 49 49 14 0 0 49 47 3C 39 12
Octal 111 111 24 0 0 111 107 74 71 22
Binary 1001001 1001001 10100 0 0 1001001 1000111 111100 111001 10010

Color Harmonies of #494914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494914

Black with #494914

Text Example


Text Example

White with #494914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494914; }

 p { color: rgb(73,73,20); }

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

background-color css

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

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

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

border-color css

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

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

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