Html Css Color HEX #497004 Verdun Green

📋 copy color: '#497004'

red 73 ◦ green 112 ◦ blue 4

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

Shades of Verdun Green #497004

Tints of Verdun Green #497004

RGB

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

 GREEN value IS 112 (44.14% from 255) = 59.26%

 BLUE value IS 4 (1.95% from 255) = 2.12%

R = 38.62%
G = 59.26%
B = 2.12%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#497004 (or 0x497004) is known color: Verdun Green. HEX triplet: 49, 70 and 04. RGB value is (73,112,4). Sum of RGB (Red+Green+Blue) = 73+112+4=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 112 (44.14% from 255 or 59.26% from 189); Blue value is 4 (1.95% from 255 or 2.12% from 189); Max value from RGB is 112 - color contains mainly: green. Hex color #497004 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497004 is #B68FFB. Grayscale: #585858. Windows color (decimal): -11964412 or 290889. OLE color: 290889.

HSL color Cylindrical-coordinate representation of color #497004: hue angle of 81.67º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #497004 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 112 4 -
CMYK 0.35 0 0.96 0.56
HSL 81.67º 0.93% 0.23% -
HSV(B) 81.67º 0.96% 0.44% -
XYZ 8.56 13.01 2.18 -
YUV 88.03 80.58 117.28 -
System Red Green Blue C M Y K H S L
Decimal 73 112 4 0.35 0 0.96 0.56 81.67 0.93 0.23
Hex 49 70 4 23 0 60 38 52 5D 17
Octal 111 160 4 43 0 140 70 122 135 27
Binary 1001001 1110000 100 100011 0 1100000 111000 1010010 1011101 10111

Color Harmonies of #497004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497004

Black with #497004

Text Example


Text Example

White with #497004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497004; }

 p { color: rgb(73,112,4); }

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

background-color css

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

 a { background-color: rgb(73,112,4); }

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

border-color css

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

 span { border-color: rgb(73,112,4); }

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