Html Css Color HEX #497400 Verdun Green

📋 copy color: '#497400'

red 73 ◦ green 116 ◦ blue 0

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

Shades of Verdun Green #497400

Tints of Verdun Green #497400

RGB

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

 GREEN value IS 116 (45.7% from 255) = 61.38%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 38.62%
G = 61.38%
B = 0%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#497400 (or 0x497400) is known color: Verdun Green. HEX triplet: 49, 74 and 00. RGB value is (73,116,0). Sum of RGB (Red+Green+Blue) = 73+116+0=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 116 (45.70% from 255 or 61.38% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 116 - color contains mainly: green. Hex color #497400 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497400 is #B68BFF. Grayscale: #5A5A5A. Windows color (decimal): -11963392 or 29769. OLE color: 29769.

HSL color Cylindrical-coordinate representation of color #497400: hue angle of 82.24º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #497400 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 116 0 -
CMYK 0.37 0 1 0.55
HSL 82.24º 1% 0.23% -
HSV(B) 82.24º 1% 0.45% -
XYZ 8.99 13.91 2.21 -
YUV 89.92 77.25 115.93 -
System Red Green Blue C M Y K H S L
Decimal 73 116 0 0.37 0 1 0.55 82.24 1 0.23
Hex 49 74 0 25 0 64 37 52 64 17
Octal 111 164 0 45 0 144 67 122 144 27
Binary 1001001 1110100 0 100101 0 1100100 110111 1010010 1100100 10111

Color Harmonies of #497400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497400

Black with #497400

Text Example


Text Example

White with #497400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497400; }

 p { color: rgb(73,116,0); }

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

background-color css

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

 a { background-color: rgb(73,116,0); }

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

border-color css

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

 span { border-color: rgb(73,116,0); }

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