Html Css Color HEX #496300 Verdun Green

📋 copy color: '#496300'

red 73 ◦ green 99 ◦ blue 0

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

Shades of Verdun Green #496300

Tints of Verdun Green #496300

RGB

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

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

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

R = 42.44%
G = 57.56%
B = 0%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#496300 (or 0x496300) is known color: Verdun Green. HEX triplet: 49, 63 and 00. RGB value is (73,99,0). Sum of RGB (Red+Green+Blue) = 73+99+0=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 99 (39.06% from 255 or 57.56% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 99 - color contains mainly: green. Hex color #496300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496300 is #B69CFF. Grayscale: #505050. Windows color (decimal): -11967744 or 25417. OLE color: 25417.

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

Color convert

RGB 73 99 0 -
CMYK 0.26 0 1 0.61
HSL 75.76º 1% 0.19% -
HSV(B) 75.76º 1% 0.39% -
XYZ 7.21 10.34 1.62 -
YUV 79.94 82.89 123.05 -
System Red Green Blue C M Y K H S L
Decimal 73 99 0 0.26 0 1 0.61 75.76 1 0.19
Hex 49 63 0 1A 0 64 3D 4C 64 13
Octal 111 143 0 32 0 144 75 114 144 23
Binary 1001001 1100011 0 11010 0 1100100 111101 1001100 1100100 10011

Color Harmonies of #496300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496300

Black with #496300

Text Example


Text Example

White with #496300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496300; }

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

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

background-color css

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

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

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

border-color css

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

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

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