Html Css Color HEX #496703 Verdun Green

📋 copy color: '#496703'

red 73 ◦ green 103 ◦ blue 3

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

Shades of Verdun Green #496703

Tints of Verdun Green #496703

RGB

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

 GREEN value IS 103 (40.63% from 255) = 57.54%

 BLUE value IS 3 (1.56% from 255) = 1.68%

R = 40.78%
G = 57.54%
B = 1.68%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.97

 K value IS 0.60

RGB Variations

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

Color information

#496703 (or 0x496703) is known color: Verdun Green. HEX triplet: 49, 67 and 03. RGB value is (73,103,3). Sum of RGB (Red+Green+Blue) = 73+103+3=179 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.78% from 179); Green value is 103 (40.62% from 255 or 57.54% from 179); Blue value is 3 (1.56% from 255 or 1.68% from 179); Max value from RGB is 103 - color contains mainly: green. Hex color #496703 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496703 is #B698FC. Grayscale: #525252. Windows color (decimal): -11966717 or 223049. OLE color: 223049.

HSL color Cylindrical-coordinate representation of color #496703: hue angle of 78º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #496703 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.60.

Color convert

RGB 73 103 3 -
CMYK 0.29 0 0.97 0.60
HSL 78º 0.94% 0.21% -
HSV(B) 78º 0.97% 0.4% -
XYZ 7.61 11.12 1.83 -
YUV 82.63 83.06 121.13 -
System Red Green Blue C M Y K H S L
Decimal 73 103 3 0.29 0 0.97 0.60 78 0.94 0.21
Hex 49 67 3 1D 0 61 3C 4E 5E 15
Octal 111 147 3 35 0 141 74 116 136 25
Binary 1001001 1100111 11 11101 0 1100001 111100 1001110 1011110 10101

Color Harmonies of #496703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496703

Black with #496703

Text Example


Text Example

White with #496703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496703; }

 p { color: rgb(73,103,3); }

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

background-color css

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

 a { background-color: rgb(73,103,3); }

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

border-color css

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

 span { border-color: rgb(73,103,3); }

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