Html Css Color HEX #497001 Verdun Green

📋 copy color: '#497001'

red 73 ◦ green 112 ◦ blue 1

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

Shades of Verdun Green #497001

Tints of Verdun Green #497001

RGB

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

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

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

R = 39.25%
G = 60.22%
B = 0.54%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#497001 (or 0x497001) is known color: Verdun Green. HEX triplet: 49, 70 and 01. RGB value is (73,112,1). Sum of RGB (Red+Green+Blue) = 73+112+1=186 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.25% from 186); Green value is 112 (44.14% from 255 or 60.22% from 186); Blue value is 1 (0.78% from 255 or 0.54% from 186); Max value from RGB is 112 - color contains mainly: green. Hex color #497001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497001 is #B68FFE. Grayscale: #585858. Windows color (decimal): -11964415 or 94281. OLE color: 94281.

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

Color convert

RGB 73 112 1 -
CMYK 0.35 0 0.99 0.56
HSL 81.08º 0.98% 0.22% -
HSV(B) 81.08º 0.99% 0.44% -
XYZ 8.55 13.01 2.09 -
YUV 87.69 79.08 117.53 -
System Red Green Blue C M Y K H S L
Decimal 73 112 1 0.35 0 0.99 0.56 81.08 0.98 0.22
Hex 49 70 1 23 0 63 38 51 62 16
Octal 111 160 1 43 0 143 70 121 142 26
Binary 1001001 1110000 1 100011 0 1100011 111000 1010001 1100010 10110

Color Harmonies of #497001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497001

Black with #497001

Text Example


Text Example

White with #497001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497001; }

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

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

background-color css

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

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

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

border-color css

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

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

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