Html Css Color HEX #496800 Verdun Green

📋 copy color: '#496800'

red 73 ◦ green 104 ◦ blue 0

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

Shades of Verdun Green #496800

Tints of Verdun Green #496800

RGB

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

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

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

R = 41.24%
G = 58.76%
B = 0%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#496800 (or 0x496800) is known color: Verdun Green. HEX triplet: 49, 68 and 00. RGB value is (73,104,0). Sum of RGB (Red+Green+Blue) = 73+104+0=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 104 (41.02% from 255 or 58.76% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 104 - color contains mainly: green. Hex color #496800 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496800 is #B697FF. Grayscale: #535353. Windows color (decimal): -11966464 or 26697. OLE color: 26697.

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

Color convert

RGB 73 104 0 -
CMYK 0.30 0 1 0.59
HSL 77.88º 1% 0.2% -
HSV(B) 77.88º 1% 0.41% -
XYZ 7.7 11.32 1.78 -
YUV 82.88 81.23 120.96 -
System Red Green Blue C M Y K H S L
Decimal 73 104 0 0.30 0 1 0.59 77.88 1 0.2
Hex 49 68 0 1E 0 64 3B 4E 64 14
Octal 111 150 0 36 0 144 73 116 144 24
Binary 1001001 1101000 0 11110 0 1100100 111011 1001110 1100100 10100

Color Harmonies of #496800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496800

Black with #496800

Text Example


Text Example

White with #496800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496800; }

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

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

background-color css

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

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

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

border-color css

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

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

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