Html Css Color HEX #497600 Verdun Green

📋 copy color: '#497600'

red 73 ◦ green 118 ◦ blue 0

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

Shades of Verdun Green #497600

Tints of Verdun Green #497600

RGB

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

 GREEN value IS 118 (46.48% from 255) = 61.78%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 38.22%
G = 61.78%
B = 0%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#497600 (or 0x497600) is known color: Verdun Green. HEX triplet: 49, 76 and 00. RGB value is (73,118,0). Sum of RGB (Red+Green+Blue) = 73+118+0=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 118 (46.48% from 255 or 61.78% from 191); Blue value is 0 (0.39% from 255 or 0% from 191); Max value from RGB is 118 - color contains mainly: green. Hex color #497600 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497600 is #B689FF. Grayscale: #5B5B5B. Windows color (decimal): -11962880 or 30281. OLE color: 30281.

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

Color convert

RGB 73 118 0 -
CMYK 0.38 0 1 0.54
HSL 82.88º 1% 0.23% -
HSV(B) 82.88º 1% 0.46% -
XYZ 9.23 14.37 2.29 -
YUV 91.09 76.59 115.09 -
System Red Green Blue C M Y K H S L
Decimal 73 118 0 0.38 0 1 0.54 82.88 1 0.23
Hex 49 76 0 26 0 64 36 53 64 17
Octal 111 166 0 46 0 144 66 123 144 27
Binary 1001001 1110110 0 100110 0 1100100 110110 1010011 1100100 10111

Color Harmonies of #497600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497600

Black with #497600

Text Example


Text Example

White with #497600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497600; }

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

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

background-color css

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

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

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

border-color css

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

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

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