Html Css Color HEX #496803 Verdun Green

📋 copy color: '#496803'

red 73 ◦ green 104 ◦ blue 3

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

Shades of Verdun Green #496803

Tints of Verdun Green #496803

RGB

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

 GREEN value IS 104 (41.02% from 255) = 57.78%

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

R = 40.56%
G = 57.78%
B = 1.67%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.97

 K value IS 0.59

RGB Variations

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

Color information

#496803 (or 0x496803) is known color: Verdun Green. HEX triplet: 49, 68 and 03. RGB value is (73,104,3). Sum of RGB (Red+Green+Blue) = 73+104+3=180 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.56% from 180); Green value is 104 (41.02% from 255 or 57.78% from 180); Blue value is 3 (1.56% from 255 or 1.67% from 180); Max value from RGB is 104 - color contains mainly: green. Hex color #496803 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496803 is #B697FC. Grayscale: #535353. Windows color (decimal): -11966461 or 223305. OLE color: 223305.

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

Color convert

RGB 73 104 3 -
CMYK 0.30 0 0.97 0.59
HSL 78.42º 0.94% 0.21% -
HSV(B) 78.42º 0.97% 0.41% -
XYZ 7.71 11.32 1.87 -
YUV 83.22 82.73 120.71 -
System Red Green Blue C M Y K H S L
Decimal 73 104 3 0.30 0 0.97 0.59 78.42 0.94 0.21
Hex 49 68 3 1E 0 61 3B 4E 5E 15
Octal 111 150 3 36 0 141 73 116 136 25
Binary 1001001 1101000 11 11110 0 1100001 111011 1001110 1011110 10101

Color Harmonies of #496803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496803

Black with #496803

Text Example


Text Example

White with #496803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496803; }

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

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

background-color css

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

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

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

border-color css

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

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

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