Html Css Color HEX #497302 Verdun Green

📋 copy color: '#497302'

red 73 ◦ green 115 ◦ blue 2

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

Shades of Verdun Green #497302

Tints of Verdun Green #497302

RGB

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

 GREEN value IS 115 (45.31% from 255) = 60.53%

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

R = 38.42%
G = 60.53%
B = 1.05%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#497302 (or 0x497302) is known color: Verdun Green. HEX triplet: 49, 73 and 02. RGB value is (73,115,2). Sum of RGB (Red+Green+Blue) = 73+115+2=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 115 (45.31% from 255 or 60.53% from 190); Blue value is 2 (1.17% from 255 or 1.05% from 190); Max value from RGB is 115 - color contains mainly: green. Hex color #497302 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497302 is #B68CFD. Grayscale: #595959. Windows color (decimal): -11963646 or 160585. OLE color: 160585.

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

Color convert

RGB 73 115 2 -
CMYK 0.37 0 0.98 0.55
HSL 82.3º 0.97% 0.23% -
HSV(B) 82.3º 0.98% 0.45% -
XYZ 8.89 13.68 2.23 -
YUV 89.56 78.59 116.19 -
System Red Green Blue C M Y K H S L
Decimal 73 115 2 0.37 0 0.98 0.55 82.3 0.97 0.23
Hex 49 73 2 25 0 62 37 52 61 17
Octal 111 163 2 45 0 142 67 122 141 27
Binary 1001001 1110011 10 100101 0 1100010 110111 1010010 1100001 10111

Color Harmonies of #497302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497302

Black with #497302

Text Example


Text Example

White with #497302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497302; }

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

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

background-color css

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

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

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

border-color css

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

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

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