Html Css Color HEX #494706 Verdun Green

📋 copy color: '#494706'

red 73 ◦ green 71 ◦ blue 6

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

Shades of Verdun Green #494706

Tints of Verdun Green #494706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4%

R = 48.67%
G = 47.33%
B = 4%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.71

RGB Variations

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

Color information

#494706 (or 0x494706) is known color: Verdun Green. HEX triplet: 49, 47 and 06. RGB value is (73,71,6). Sum of RGB (Red+Green+Blue) = 73+71+6=150 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.67% from 150); Green value is 71 (28.12% from 255 or 47.33% from 150); Blue value is 6 (2.73% from 255 or 4% from 150); Max value from RGB is 73 - color contains mainly: red. Hex color #494706 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494706 is #B6B8F9. Grayscale: #404040. Windows color (decimal): -11974906 or 411465. OLE color: 411465.

HSL color Cylindrical-coordinate representation of color #494706: hue angle of 58.21º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #494706 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 71 6 -
CMYK 0 0.03 0.92 0.71
HSL 58.21º 0.85% 0.15% -
HSV(B) 58.21º 0.92% 0.29% -
XYZ 5.03 5.94 1.05 -
YUV 64.19 95.16 134.29 -
System Red Green Blue C M Y K H S L
Decimal 73 71 6 0 0.03 0.92 0.71 58.21 0.85 0.15
Hex 49 47 6 0 3 5C 47 3A 55 F
Octal 111 107 6 0 3 134 107 72 125 17
Binary 1001001 1000111 110 0 11 1011100 1000111 111010 1010101 1111

Color Harmonies of #494706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494706

Black with #494706

Text Example


Text Example

White with #494706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494706; }

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

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

background-color css

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

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

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

border-color css

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

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

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