Html Css Color HEX #497402 Verdun Green

📋 copy color: '#497402'

red 73 ◦ green 116 ◦ blue 2

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

Shades of Verdun Green #497402

Tints of Verdun Green #497402

RGB

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

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

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

R = 38.22%
G = 60.73%
B = 1.05%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#497402 (or 0x497402) is known color: Verdun Green. HEX triplet: 49, 74 and 02. RGB value is (73,116,2). Sum of RGB (Red+Green+Blue) = 73+116+2=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 116 (45.70% from 255 or 60.73% from 191); Blue value is 2 (1.17% from 255 or 1.05% from 191); Max value from RGB is 116 - color contains mainly: green. Hex color #497402 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497402 is #B68BFD. Grayscale: #5A5A5A. Windows color (decimal): -11963390 or 160841. OLE color: 160841.

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

Color convert

RGB 73 116 2 -
CMYK 0.37 0 0.98 0.55
HSL 82.63º 0.97% 0.23% -
HSV(B) 82.63º 0.98% 0.45% -
XYZ 9 13.91 2.27 -
YUV 90.15 78.25 115.77 -
System Red Green Blue C M Y K H S L
Decimal 73 116 2 0.37 0 0.98 0.55 82.63 0.97 0.23
Hex 49 74 2 25 0 62 37 53 61 17
Octal 111 164 2 45 0 142 67 123 141 27
Binary 1001001 1110100 10 100101 0 1100010 110111 1010011 1100001 10111

Color Harmonies of #497402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497402

Black with #497402

Text Example


Text Example

White with #497402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497402; }

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

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

background-color css

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

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

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

border-color css

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

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

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