Html Css Color HEX #497502 Verdun Green

📋 copy color: '#497502'

red 73 ◦ green 117 ◦ blue 2

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

Shades of Verdun Green #497502

Tints of Verdun Green #497502

RGB

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

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

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

R = 38.02%
G = 60.94%
B = 1.04%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#497502 (or 0x497502) is known color: Verdun Green. HEX triplet: 49, 75 and 02. RGB value is (73,117,2). Sum of RGB (Red+Green+Blue) = 73+117+2=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 117 (46.09% from 255 or 60.94% from 192); Blue value is 2 (1.17% from 255 or 1.04% from 192); Max value from RGB is 117 - color contains mainly: green. Hex color #497502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497502 is #B68AFD. Grayscale: #5B5B5B. Windows color (decimal): -11963134 or 161097. OLE color: 161097.

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

Color convert

RGB 73 117 2 -
CMYK 0.38 0 0.98 0.54
HSL 82.96º 0.97% 0.23% -
HSV(B) 82.96º 0.98% 0.46% -
XYZ 9.12 14.14 2.31 -
YUV 90.73 77.92 115.35 -
System Red Green Blue C M Y K H S L
Decimal 73 117 2 0.38 0 0.98 0.54 82.96 0.97 0.23
Hex 49 75 2 26 0 62 36 53 61 17
Octal 111 165 2 46 0 142 66 123 141 27
Binary 1001001 1110101 10 100110 0 1100010 110110 1010011 1100001 10111

Color Harmonies of #497502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497502

Black with #497502

Text Example


Text Example

White with #497502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497502; }

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

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

background-color css

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

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

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

border-color css

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

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

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