Html Css Color HEX #497401 Verdun Green

📋 copy color: '#497401'

red 73 ◦ green 116 ◦ blue 1

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

Shades of Verdun Green #497401

Tints of Verdun Green #497401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.53%

R = 38.42%
G = 61.05%
B = 0.53%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#497401 (or 0x497401) is known color: Verdun Green. HEX triplet: 49, 74 and 01. RGB value is (73,116,1). Sum of RGB (Red+Green+Blue) = 73+116+1=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 116 (45.70% from 255 or 61.05% from 190); Blue value is 1 (0.78% from 255 or 0.53% from 190); Max value from RGB is 116 - color contains mainly: green. Hex color #497401 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497401 is #B68BFE. Grayscale: #5A5A5A. Windows color (decimal): -11963391 or 95305. OLE color: 95305.

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

Color convert

RGB 73 116 1 -
CMYK 0.37 0 0.99 0.55
HSL 82.43º 0.98% 0.23% -
HSV(B) 82.43º 0.99% 0.45% -
XYZ 9 13.91 2.24 -
YUV 90.03 77.75 115.85 -
System Red Green Blue C M Y K H S L
Decimal 73 116 1 0.37 0 0.99 0.55 82.43 0.98 0.23
Hex 49 74 1 25 0 63 37 52 62 17
Octal 111 164 1 45 0 143 67 122 142 27
Binary 1001001 1110100 1 100101 0 1100011 110111 1010010 1100010 10111

Color Harmonies of #497401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497401

Black with #497401

Text Example


Text Example

White with #497401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497401; }

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

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

background-color css

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

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

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

border-color css

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

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

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