Html Css Color HEX #497000 Verdun Green

📋 copy color: '#497000'

red 73 ◦ green 112 ◦ blue 0

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

Shades of Verdun Green #497000

Tints of Verdun Green #497000

RGB

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

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

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

R = 39.46%
G = 60.54%
B = 0%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#497000 (or 0x497000) is known color: Verdun Green. HEX triplet: 49, 70 and 00. RGB value is (73,112,0). Sum of RGB (Red+Green+Blue) = 73+112+0=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 112 (44.14% from 255 or 60.54% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 112 - color contains mainly: green. Hex color #497000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497000 is #B68FFF. Grayscale: #575757. Windows color (decimal): -11964416 or 28745. OLE color: 28745.

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

Color convert

RGB 73 112 0 -
CMYK 0.35 0 1 0.56
HSL 80.89º 1% 0.22% -
HSV(B) 80.89º 1% 0.44% -
XYZ 8.54 13 2.06 -
YUV 87.57 78.58 117.61 -
System Red Green Blue C M Y K H S L
Decimal 73 112 0 0.35 0 1 0.56 80.89 1 0.22
Hex 49 70 0 23 0 64 38 51 64 16
Octal 111 160 0 43 0 144 70 121 144 26
Binary 1001001 1110000 0 100011 0 1100100 111000 1010001 1100100 10110

Color Harmonies of #497000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497000

Black with #497000

Text Example


Text Example

White with #497000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497000; }

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

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

background-color css

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

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

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

border-color css

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

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

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