Html Css Color HEX #497501 Verdun Green

📋 copy color: '#497501'

red 73 ◦ green 117 ◦ blue 1

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

Shades of Verdun Green #497501

Tints of Verdun Green #497501

RGB

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

 GREEN value IS 117 (46.09% from 255) = 61.26%

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

R = 38.22%
G = 61.26%
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

#497501 (or 0x497501) is known color: Verdun Green. HEX triplet: 49, 75 and 01. RGB value is (73,117,1). Sum of RGB (Red+Green+Blue) = 73+117+1=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 117 (46.09% from 255 or 61.26% from 191); Blue value is 1 (0.78% from 255 or 0.52% from 191); Max value from RGB is 117 - color contains mainly: green. Hex color #497501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497501 is #B68AFE. Grayscale: #5B5B5B. Windows color (decimal): -11963135 or 95561. OLE color: 95561.

HSL color Cylindrical-coordinate representation of color #497501: hue angle of 82.76º 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 #497501 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 117 1 -
CMYK 0.38 0 0.99 0.54
HSL 82.76º 0.98% 0.23% -
HSV(B) 82.76º 0.99% 0.46% -
XYZ 9.11 14.14 2.28 -
YUV 90.62 77.42 115.43 -
System Red Green Blue C M Y K H S L
Decimal 73 117 1 0.38 0 0.99 0.54 82.76 0.98 0.23
Hex 49 75 1 26 0 63 36 53 62 17
Octal 111 165 1 46 0 143 66 123 142 27
Binary 1001001 1110101 1 100110 0 1100011 110110 1010011 1100010 10111

Color Harmonies of #497501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497501

Black with #497501

Text Example


Text Example

White with #497501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497501; }

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

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

background-color css

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

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

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

border-color css

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

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

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