Html Css Color HEX #497002 Verdun Green

📋 copy color: '#497002'

red 73 ◦ green 112 ◦ blue 2

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

Shades of Verdun Green #497002

Tints of Verdun Green #497002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.07%

R = 39.04%
G = 59.89%
B = 1.07%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#497002 (or 0x497002) is known color: Verdun Green. HEX triplet: 49, 70 and 02. RGB value is (73,112,2). Sum of RGB (Red+Green+Blue) = 73+112+2=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 112 (44.14% from 255 or 59.89% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 112 - color contains mainly: green. Hex color #497002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497002 is #B68FFD. Grayscale: #585858. Windows color (decimal): -11964414 or 159817. OLE color: 159817.

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

Color convert

RGB 73 112 2 -
CMYK 0.35 0 0.98 0.56
HSL 81.27º 0.96% 0.22% -
HSV(B) 81.27º 0.98% 0.44% -
XYZ 8.55 13.01 2.12 -
YUV 87.8 79.58 117.44 -
System Red Green Blue C M Y K H S L
Decimal 73 112 2 0.35 0 0.98 0.56 81.27 0.96 0.22
Hex 49 70 2 23 0 62 38 51 60 16
Octal 111 160 2 43 0 142 70 121 140 26
Binary 1001001 1110000 10 100011 0 1100010 111000 1010001 1100000 10110

Color Harmonies of #497002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497002

Black with #497002

Text Example


Text Example

White with #497002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497002; }

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

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

background-color css

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

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

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

border-color css

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

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

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