Html Css Color HEX #494506 Verdun Green

📋 copy color: '#494506'

red 73 ◦ green 69 ◦ blue 6

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

Shades of Verdun Green #494506

Tints of Verdun Green #494506

RGB

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

 GREEN value IS 69 (27.34% from 255) = 46.62%

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

R = 49.32%
G = 46.62%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.71

RGB Variations

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

Color information

#494506 (or 0x494506) is known color: Verdun Green. HEX triplet: 49, 45 and 06. RGB value is (73,69,6). Sum of RGB (Red+Green+Blue) = 73+69+6=148 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.32% from 148); Green value is 69 (27.34% from 255 or 46.62% from 148); Blue value is 6 (2.73% from 255 or 4.05% from 148); Max value from RGB is 73 - color contains mainly: red. Hex color #494506 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494506 is #B6BAF9. Grayscale: #3F3F3F. Windows color (decimal): -11975418 or 410953. OLE color: 410953.

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

Color convert

RGB 73 69 6 -
CMYK 0 0.05 0.92 0.71
HSL 56.42º 0.85% 0.15% -
HSV(B) 56.42º 0.92% 0.29% -
XYZ 4.91 5.69 1.01 -
YUV 63.01 95.83 135.12 -
System Red Green Blue C M Y K H S L
Decimal 73 69 6 0 0.05 0.92 0.71 56.42 0.85 0.15
Hex 49 45 6 0 5 5C 47 38 55 F
Octal 111 105 6 0 5 134 107 70 125 17
Binary 1001001 1000101 110 0 101 1011100 1000111 111000 1010101 1111

Color Harmonies of #494506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494506

Black with #494506

Text Example


Text Example

White with #494506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494506; }

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

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

background-color css

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

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

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

border-color css

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

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

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