Html Css Color HEX #496304 Verdun Green

📋 copy color: '#496304'

red 73 ◦ green 99 ◦ blue 4

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

Shades of Verdun Green #496304

Tints of Verdun Green #496304

RGB

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

 GREEN value IS 99 (39.06% from 255) = 56.25%

 BLUE value IS 4 (1.95% from 255) = 2.27%

R = 41.48%
G = 56.25%
B = 2.27%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.96

 K value IS 0.61

RGB Variations

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

Color information

#496304 (or 0x496304) is known color: Verdun Green. HEX triplet: 49, 63 and 04. RGB value is (73,99,4). Sum of RGB (Red+Green+Blue) = 73+99+4=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 99 (39.06% from 255 or 56.25% from 176); Blue value is 4 (1.95% from 255 or 2.27% from 176); Max value from RGB is 99 - color contains mainly: green. Hex color #496304 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496304 is #B69CFB. Grayscale: #505050. Windows color (decimal): -11967740 or 287561. OLE color: 287561.

HSL color Cylindrical-coordinate representation of color #496304: hue angle of 76.42º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #496304 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.61.

Color convert

RGB 73 99 4 -
CMYK 0.26 0 0.96 0.61
HSL 76.42º 0.92% 0.2% -
HSV(B) 76.42º 0.96% 0.39% -
XYZ 7.23 10.35 1.73 -
YUV 80.4 84.89 122.72 -
System Red Green Blue C M Y K H S L
Decimal 73 99 4 0.26 0 0.96 0.61 76.42 0.92 0.2
Hex 49 63 4 1A 0 60 3D 4C 5C 14
Octal 111 143 4 32 0 140 75 114 134 24
Binary 1001001 1100011 100 11010 0 1100000 111101 1001100 1011100 10100

Color Harmonies of #496304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496304

Black with #496304

Text Example


Text Example

White with #496304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496304; }

 p { color: rgb(73,99,4); }

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

background-color css

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

 a { background-color: rgb(73,99,4); }

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

border-color css

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

 span { border-color: rgb(73,99,4); }

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