Html Css Color HEX #497601 Verdun Green

📋 copy color: '#497601'

red 73 ◦ green 118 ◦ blue 1

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

Shades of Verdun Green #497601

Tints of Verdun Green #497601

RGB

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

 GREEN value IS 118 (46.48% from 255) = 61.46%

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

R = 38.02%
G = 61.46%
B = 0.52%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#497601 (or 0x497601) is known color: Verdun Green. HEX triplet: 49, 76 and 01. RGB value is (73,118,1). Sum of RGB (Red+Green+Blue) = 73+118+1=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 118 (46.48% from 255 or 61.46% from 192); Blue value is 1 (0.78% from 255 or 0.52% from 192); Max value from RGB is 118 - color contains mainly: green. Hex color #497601 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497601 is #B689FE. Grayscale: #5B5B5B. Windows color (decimal): -11962879 or 95817. OLE color: 95817.

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

Color convert

RGB 73 118 1 -
CMYK 0.38 0 0.99 0.54
HSL 83.08º 0.98% 0.23% -
HSV(B) 83.08º 0.99% 0.46% -
XYZ 9.23 14.38 2.32 -
YUV 91.21 77.09 115.01 -
System Red Green Blue C M Y K H S L
Decimal 73 118 1 0.38 0 0.99 0.54 83.08 0.98 0.23
Hex 49 76 1 26 0 63 36 53 62 17
Octal 111 166 1 46 0 143 66 123 142 27
Binary 1001001 1110110 1 100110 0 1100011 110110 1010011 1100010 10111

Color Harmonies of #497601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497601

Black with #497601

Text Example


Text Example

White with #497601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497601; }

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

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

background-color css

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

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

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

border-color css

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

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

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