#497700

Color #497700 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #497700

Tints of Verdun Green #497700

Color information

#497700 (or 0x497700) is unknown color: approx Verdun Green. HEX triplet: 49, 77 and 00. RGB value is (73,119,0). Sum of RGB (Red+Green+Blue) = 73+119+0=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 119 (46.88% from 255 or 61.98% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 119 - color contains mainly: green. Hex color #497700 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497700 is #B688FF. Grayscale: #5C5C5C. Windows color (decimal): -11962624 or 30537. OLE color: 30537.

HSL color Cylindrical-coordinate representation of color #497700: hue angle of 83.19º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #497700 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB731190-
CMYK0.39010.53
HSL83.19º100%23.33%-
HSV(B)83.19º100%46.67%-
XYZ9.3414.612.33-
YUV91.6876.26114.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.02%
GREEN value IS 119 (46.88% from 255) = 61.98%
BLUE value IS 0 (0.39% from 255) = 0%
R=38.02%
G=61.98%
B=0%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7311900.39010.5383.1910023.33
Hex497702706435536417
Octal11116704701446512314427
Binary100100111101110100111011001001101011010011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497700; }

 p { color: rgb(73,119,0); }

 H1.HeaderClassName
 {
   color: #497700;
 }
 .AnyTagClassName
 {
   color: #497700;
 }
</style>
background-color css

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

 a { background-color: rgb(73,119,0); }

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

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

 span { border-color: rgb(73,119,0); }

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