Html Css Color HEX #494608 Verdun Green

📋 copy color: '#494608'

red 73 ◦ green 70 ◦ blue 8

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

Shades of Verdun Green #494608

Tints of Verdun Green #494608

RGB

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

 GREEN value IS 70 (27.73% from 255) = 46.36%

 BLUE value IS 8 (3.52% from 255) = 5.3%

R = 48.34%
G = 46.36%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.89

 K value IS 0.71

RGB Variations

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

Color information

#494608 (or 0x494608) is known color: Verdun Green. HEX triplet: 49, 46 and 08. RGB value is (73,70,8). Sum of RGB (Red+Green+Blue) = 73+70+8=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 70 (27.73% from 255 or 46.36% from 151); Blue value is 8 (3.52% from 255 or 5.30% from 151); Max value from RGB is 73 - color contains mainly: red. Hex color #494608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494608 is #B6B9F7. Grayscale: #404040. Windows color (decimal): -11975160 or 542281. OLE color: 542281.

HSL color Cylindrical-coordinate representation of color #494608: hue angle of 57.23º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #494608 is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 70 8 -
CMYK 0 0.04 0.89 0.71
HSL 57.23º 0.8% 0.16% -
HSV(B) 57.23º 0.89% 0.29% -
XYZ 4.98 5.81 1.09 -
YUV 63.83 96.49 134.54 -
System Red Green Blue C M Y K H S L
Decimal 73 70 8 0 0.04 0.89 0.71 57.23 0.8 0.16
Hex 49 46 8 0 4 59 47 39 50 10
Octal 111 106 10 0 4 131 107 71 120 20
Binary 1001001 1000110 1000 0 100 1011001 1000111 111001 1010000 10000

Color Harmonies of #494608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494608

Black with #494608

Text Example


Text Example

White with #494608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494608; }

 p { color: rgb(73,70,8); }

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

background-color css

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

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

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

border-color css

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

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

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