Html Css Color HEX #497205 Verdun Green

📋 copy color: '#497205'

red 73 ◦ green 114 ◦ blue 5

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

Shades of Verdun Green #497205

Tints of Verdun Green #497205

RGB

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

 GREEN value IS 114 (44.92% from 255) = 59.38%

 BLUE value IS 5 (2.34% from 255) = 2.6%

R = 38.02%
G = 59.38%
B = 2.6%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#497205 (or 0x497205) is known color: Verdun Green. HEX triplet: 49, 72 and 05. RGB value is (73,114,5). Sum of RGB (Red+Green+Blue) = 73+114+5=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 114 (44.92% from 255 or 59.38% from 192); Blue value is 5 (2.34% from 255 or 2.60% from 192); Max value from RGB is 114 - color contains mainly: green. Hex color #497205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497205 is #B68DFA. Grayscale: #595959. Windows color (decimal): -11963899 or 356937. OLE color: 356937.

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

Color convert

RGB 73 114 5 -
CMYK 0.36 0 0.96 0.55
HSL 82.57º 0.92% 0.23% -
HSV(B) 82.57º 0.96% 0.45% -
XYZ 8.79 13.46 2.28 -
YUV 89.32 80.42 116.36 -
System Red Green Blue C M Y K H S L
Decimal 73 114 5 0.36 0 0.96 0.55 82.57 0.92 0.23
Hex 49 72 5 24 0 60 37 53 5C 17
Octal 111 162 5 44 0 140 67 123 134 27
Binary 1001001 1110010 101 100100 0 1100000 110111 1010011 1011100 10111

Color Harmonies of #497205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497205

Black with #497205

Text Example


Text Example

White with #497205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497205; }

 p { color: rgb(73,114,5); }

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

background-color css

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

 a { background-color: rgb(73,114,5); }

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

border-color css

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

 span { border-color: rgb(73,114,5); }

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