Html Css Color HEX #497009 Verdun Green

📋 copy color: '#497009'

red 73 ◦ green 112 ◦ blue 9

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

Shades of Verdun Green #497009

Tints of Verdun Green #497009

RGB

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

 GREEN value IS 112 (44.14% from 255) = 57.73%

 BLUE value IS 9 (3.91% from 255) = 4.64%

R = 37.63%
G = 57.73%
B = 4.64%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#497009 (or 0x497009) is known color: Verdun Green. HEX triplet: 49, 70 and 09. RGB value is (73,112,9). Sum of RGB (Red+Green+Blue) = 73+112+9=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 112 (44.14% from 255 or 57.73% from 194); Blue value is 9 (3.91% from 255 or 4.64% from 194); Max value from RGB is 112 - color contains mainly: green. Hex color #497009 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497009 is #B68FF6. Grayscale: #585858. Windows color (decimal): -11964407 or 618569. OLE color: 618569.

HSL color Cylindrical-coordinate representation of color #497009: hue angle of 82.72º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #497009 is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 112 9 -
CMYK 0.35 0 0.92 0.56
HSL 82.72º 0.85% 0.24% -
HSV(B) 82.72º 0.92% 0.44% -
XYZ 8.59 13.02 2.32 -
YUV 88.6 83.08 116.88 -
System Red Green Blue C M Y K H S L
Decimal 73 112 9 0.35 0 0.92 0.56 82.72 0.85 0.24
Hex 49 70 9 23 0 5C 38 53 55 18
Octal 111 160 11 43 0 134 70 123 125 30
Binary 1001001 1110000 1001 100011 0 1011100 111000 1010011 1010101 11000

Color Harmonies of #497009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497009

Black with #497009

Text Example


Text Example

White with #497009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497009; }

 p { color: rgb(73,112,9); }

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

background-color css

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

 a { background-color: rgb(73,112,9); }

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

border-color css

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

 span { border-color: rgb(73,112,9); }

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