Html Css Color HEX #497303 Verdun Green

📋 copy color: '#497303'

red 73 ◦ green 115 ◦ blue 3

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

Shades of Verdun Green #497303

Tints of Verdun Green #497303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.57%

R = 38.22%
G = 60.21%
B = 1.57%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#497303 (or 0x497303) is known color: Verdun Green. HEX triplet: 49, 73 and 03. RGB value is (73,115,3). Sum of RGB (Red+Green+Blue) = 73+115+3=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 115 (45.31% from 255 or 60.21% from 191); Blue value is 3 (1.56% from 255 or 1.57% from 191); Max value from RGB is 115 - color contains mainly: green. Hex color #497303 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497303 is #B68CFC. Grayscale: #5A5A5A. Windows color (decimal): -11963645 or 226121. OLE color: 226121.

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

Color convert

RGB 73 115 3 -
CMYK 0.37 0 0.97 0.55
HSL 82.5º 0.95% 0.23% -
HSV(B) 82.5º 0.97% 0.45% -
XYZ 8.89 13.68 2.26 -
YUV 89.67 79.09 116.11 -
System Red Green Blue C M Y K H S L
Decimal 73 115 3 0.37 0 0.97 0.55 82.5 0.95 0.23
Hex 49 73 3 25 0 61 37 52 5F 17
Octal 111 163 3 45 0 141 67 122 137 27
Binary 1001001 1110011 11 100101 0 1100001 110111 1010010 1011111 10111

Color Harmonies of #497303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497303

Black with #497303

Text Example


Text Example

White with #497303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497303; }

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

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

background-color css

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

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

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

border-color css

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

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

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