Html Css Color HEX #496201 Verdun Green

📋 copy color: '#496201'

red 73 ◦ green 98 ◦ blue 1

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

Shades of Verdun Green #496201

Tints of Verdun Green #496201

RGB

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

 GREEN value IS 98 (38.67% from 255) = 56.98%

 BLUE value IS 1 (0.78% from 255) = 0.58%

R = 42.44%
G = 56.98%
B = 0.58%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#496201 (or 0x496201) is known color: Verdun Green. HEX triplet: 49, 62 and 01. RGB value is (73,98,1). Sum of RGB (Red+Green+Blue) = 73+98+1=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 98 (38.67% from 255 or 56.98% from 172); Blue value is 1 (0.78% from 255 or 0.58% from 172); Max value from RGB is 98 - color contains mainly: green. Hex color #496201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496201 is #B69DFE. Grayscale: #4F4F4F. Windows color (decimal): -11967999 or 90697. OLE color: 90697.

HSL color Cylindrical-coordinate representation of color #496201: hue angle of 75.46º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #496201 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 98 1 -
CMYK 0.26 0 0.99 0.62
HSL 75.46º 0.98% 0.19% -
HSV(B) 75.46º 0.99% 0.38% -
XYZ 7.12 10.15 1.61 -
YUV 79.47 83.72 123.39 -
System Red Green Blue C M Y K H S L
Decimal 73 98 1 0.26 0 0.99 0.62 75.46 0.98 0.19
Hex 49 62 1 1A 0 63 3E 4B 62 13
Octal 111 142 1 32 0 143 76 113 142 23
Binary 1001001 1100010 1 11010 0 1100011 111110 1001011 1100010 10011

Color Harmonies of #496201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496201

Black with #496201

Text Example


Text Example

White with #496201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496201; }

 p { color: rgb(73,98,1); }

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

background-color css

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

 a { background-color: rgb(73,98,1); }

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

border-color css

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

 span { border-color: rgb(73,98,1); }

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