Html Css Color HEX #497104 Verdun Green

📋 copy color: '#497104'

red 73 ◦ green 113 ◦ blue 4

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

Shades of Verdun Green #497104

Tints of Verdun Green #497104

RGB

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

 GREEN value IS 113 (44.53% from 255) = 59.47%

 BLUE value IS 4 (1.95% from 255) = 2.11%

R = 38.42%
G = 59.47%
B = 2.11%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#497104 (or 0x497104) is known color: Verdun Green. HEX triplet: 49, 71 and 04. RGB value is (73,113,4). Sum of RGB (Red+Green+Blue) = 73+113+4=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 113 (44.53% from 255 or 59.47% from 190); Blue value is 4 (1.95% from 255 or 2.11% from 190); Max value from RGB is 113 - color contains mainly: green. Hex color #497104 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497104 is #B68EFB. Grayscale: #595959. Windows color (decimal): -11964156 or 291145. OLE color: 291145.

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

Color convert

RGB 73 113 4 -
CMYK 0.35 0 0.96 0.56
HSL 82.02º 0.93% 0.23% -
HSV(B) 82.02º 0.96% 0.44% -
XYZ 8.67 13.24 2.21 -
YUV 88.61 80.25 116.86 -
System Red Green Blue C M Y K H S L
Decimal 73 113 4 0.35 0 0.96 0.56 82.02 0.93 0.23
Hex 49 71 4 23 0 60 38 52 5D 17
Octal 111 161 4 43 0 140 70 122 135 27
Binary 1001001 1110001 100 100011 0 1100000 111000 1010010 1011101 10111

Color Harmonies of #497104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497104

Black with #497104

Text Example


Text Example

White with #497104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497104; }

 p { color: rgb(73,113,4); }

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

background-color css

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

 a { background-color: rgb(73,113,4); }

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

border-color css

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

 span { border-color: rgb(73,113,4); }

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