Html Css Color HEX #494708 Verdun Green

📋 copy color: '#494708'

red 73 ◦ green 71 ◦ blue 8

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

Shades of Verdun Green #494708

Tints of Verdun Green #494708

RGB

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

 GREEN value IS 71 (28.13% from 255) = 46.71%

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

R = 48.03%
G = 46.71%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.89

 K value IS 0.71

RGB Variations

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

Color information

#494708 (or 0x494708) is known color: Verdun Green. HEX triplet: 49, 47 and 08. RGB value is (73,71,8). Sum of RGB (Red+Green+Blue) = 73+71+8=152 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.03% from 152); Green value is 71 (28.12% from 255 or 46.71% from 152); Blue value is 8 (3.52% from 255 or 5.26% from 152); Max value from RGB is 73 - color contains mainly: red. Hex color #494708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494708 is #B6B8F7. Grayscale: #404040. Windows color (decimal): -11974904 or 542537. OLE color: 542537.

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

Color convert

RGB 73 71 8 -
CMYK 0 0.03 0.89 0.71
HSL 58.15º 0.8% 0.16% -
HSV(B) 58.15º 0.89% 0.29% -
XYZ 5.04 5.94 1.11 -
YUV 64.42 96.16 134.12 -
System Red Green Blue C M Y K H S L
Decimal 73 71 8 0 0.03 0.89 0.71 58.15 0.8 0.16
Hex 49 47 8 0 3 59 47 3A 50 10
Octal 111 107 10 0 3 131 107 72 120 20
Binary 1001001 1000111 1000 0 11 1011001 1000111 111010 1010000 10000

Color Harmonies of #494708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494708

Black with #494708

Text Example


Text Example

White with #494708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494708; }

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

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

background-color css

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

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

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

border-color css

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

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

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