Html Css Color HEX #494702 Verdun Green

📋 copy color: '#494702'

red 73 ◦ green 71 ◦ blue 2

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

Shades of Verdun Green #494702

Tints of Verdun Green #494702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.37%

R = 50%
G = 48.63%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.97

 K value IS 0.71

RGB Variations

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

Color information

#494702 (or 0x494702) is known color: Verdun Green. HEX triplet: 49, 47 and 02. RGB value is (73,71,2). Sum of RGB (Red+Green+Blue) = 73+71+2=146 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50% from 146); Green value is 71 (28.12% from 255 or 48.63% from 146); Blue value is 2 (1.17% from 255 or 1.37% from 146); Max value from RGB is 73 - color contains mainly: red. Hex color #494702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494702 is #B6B8FD. Grayscale: #404040. Windows color (decimal): -11974910 or 149321. OLE color: 149321.

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

Color convert

RGB 73 71 2 -
CMYK 0 0.03 0.97 0.71
HSL 58.31º 0.95% 0.15% -
HSV(B) 58.31º 0.97% 0.29% -
XYZ 5.01 5.93 0.94 -
YUV 63.73 93.16 134.61 -
System Red Green Blue C M Y K H S L
Decimal 73 71 2 0 0.03 0.97 0.71 58.31 0.95 0.15
Hex 49 47 2 0 3 61 47 3A 5F F
Octal 111 107 2 0 3 141 107 72 137 17
Binary 1001001 1000111 10 0 11 1100001 1000111 111010 1011111 1111

Color Harmonies of #494702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494702

Black with #494702

Text Example


Text Example

White with #494702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494702; }

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

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

background-color css

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

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

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

border-color css

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

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

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