Html Css Color HEX #496302 Verdun Green

📋 copy color: '#496302'

red 73 ◦ green 99 ◦ blue 2

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

Shades of Verdun Green #496302

Tints of Verdun Green #496302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.15%

R = 41.95%
G = 56.9%
B = 1.15%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.98

 K value IS 0.61

RGB Variations

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

Color information

#496302 (or 0x496302) is known color: Verdun Green. HEX triplet: 49, 63 and 02. RGB value is (73,99,2). Sum of RGB (Red+Green+Blue) = 73+99+2=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 99 (39.06% from 255 or 56.90% from 174); Blue value is 2 (1.17% from 255 or 1.15% from 174); Max value from RGB is 99 - color contains mainly: green. Hex color #496302 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496302 is #B69CFD. Grayscale: #505050. Windows color (decimal): -11967742 or 156489. OLE color: 156489.

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

Color convert

RGB 73 99 2 -
CMYK 0.26 0 0.98 0.61
HSL 76.08º 0.96% 0.2% -
HSV(B) 76.08º 0.98% 0.39% -
XYZ 7.22 10.34 1.67 -
YUV 80.17 83.89 122.89 -
System Red Green Blue C M Y K H S L
Decimal 73 99 2 0.26 0 0.98 0.61 76.08 0.96 0.2
Hex 49 63 2 1A 0 62 3D 4C 60 14
Octal 111 143 2 32 0 142 75 114 140 24
Binary 1001001 1100011 10 11010 0 1100010 111101 1001100 1100000 10100

Color Harmonies of #496302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496302

Black with #496302

Text Example


Text Example

White with #496302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496302; }

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

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

background-color css

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

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

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

border-color css

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

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

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