Html Css Color HEX #496D07 Verdun Green

📋 copy color: '#496D07'

red 73 ◦ green 109 ◦ blue 7

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

Shades of Verdun Green #496D07

Tints of Verdun Green #496D07

RGB

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

 GREEN value IS 109 (42.97% from 255) = 57.67%

 BLUE value IS 7 (3.13% from 255) = 3.7%

R = 38.62%
G = 57.67%
B = 3.7%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.94

 K value IS 0.57

RGB Variations

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

Color information

#496D07 (or 0x496D07) is known color: Verdun Green. HEX triplet: 49, 6D and 07. RGB value is (73,109,7). Sum of RGB (Red+Green+Blue) = 73+109+7=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 109 (42.97% from 255 or 57.67% from 189); Blue value is 7 (3.12% from 255 or 3.70% from 189); Max value from RGB is 109 - color contains mainly: green. Hex color #496D07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496D07 is #B692F8. Grayscale: #565656. Windows color (decimal): -11965177 or 486729. OLE color: 486729.

HSL color Cylindrical-coordinate representation of color #496D07: hue angle of 81.18º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #496D07 is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.57.

Color convert

RGB 73 109 7 -
CMYK 0.33 0 0.94 0.57
HSL 81.18º 0.88% 0.23% -
HSV(B) 81.18º 0.94% 0.43% -
XYZ 8.25 12.37 2.15 -
YUV 86.61 83.07 118.29 -
System Red Green Blue C M Y K H S L
Decimal 73 109 7 0.33 0 0.94 0.57 81.18 0.88 0.23
Hex 49 6D 7 21 0 5E 39 51 58 17
Octal 111 155 7 41 0 136 71 121 130 27
Binary 1001001 1101101 111 100001 0 1011110 111001 1010001 1011000 10111

Color Harmonies of #496D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496D07

Black with #496D07

Text Example


Text Example

White with #496D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496D07; }

 p { color: rgb(73,109,7); }

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

background-color css

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

 a { background-color: rgb(73,109,7); }

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

border-color css

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

 span { border-color: rgb(73,109,7); }

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