Html Css Color HEX #497500 Verdun Green

📋 copy color: '#497500'

red 73 ◦ green 117 ◦ blue 0

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

Shades of Verdun Green #497500

Tints of Verdun Green #497500

RGB

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

 GREEN value IS 117 (46.09% from 255) = 61.58%

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

R = 38.42%
G = 61.58%
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

#497500 (or 0x497500) is known color: Verdun Green. HEX triplet: 49, 75 and 00. RGB value is (73,117,0). Sum of RGB (Red+Green+Blue) = 73+117+0=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 117 (46.09% from 255 or 61.58% from 190); Blue value is 0 (0.39% from 255 or 0% from 190); Max value from RGB is 117 - color contains mainly: green. Hex color #497500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497500 is #B68AFF. Grayscale: #5A5A5A. Windows color (decimal): -11963136 or 30025. OLE color: 30025.

HSL color Cylindrical-coordinate representation of color #497500: hue angle of 82.56º 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 #497500 is Cyan = 0.38, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 117 0 -
CMYK 0.38 0 1 0.54
HSL 82.56º 1% 0.23% -
HSV(B) 82.56º 1% 0.46% -
XYZ 9.11 14.14 2.25 -
YUV 90.51 76.92 115.51 -
System Red Green Blue C M Y K H S L
Decimal 73 117 0 0.38 0 1 0.54 82.56 1 0.23
Hex 49 75 0 26 0 64 36 53 64 17
Octal 111 165 0 46 0 144 66 123 144 27
Binary 1001001 1110101 0 100110 0 1100100 110110 1010011 1100100 10111

Color Harmonies of #497500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497500

Black with #497500

Text Example


Text Example

White with #497500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497500; }

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

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

background-color css

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

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

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

border-color css

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

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

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