Html Css Color HEX #496F01 Verdun Green

📋 copy color: '#496F01'

red 73 ◦ green 111 ◦ blue 1

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

Shades of Verdun Green #496F01

Tints of Verdun Green #496F01

RGB

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

 GREEN value IS 111 (43.75% from 255) = 60%

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

R = 39.46%
G = 60%
B = 0.54%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#496F01 (or 0x496F01) is known color: Verdun Green. HEX triplet: 49, 6F and 01. RGB value is (73,111,1). Sum of RGB (Red+Green+Blue) = 73+111+1=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 111 (43.75% from 255 or 60% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 111 - color contains mainly: green. Hex color #496F01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496F01 is #B690FE. Grayscale: #575757. Windows color (decimal): -11964671 or 94025. OLE color: 94025.

HSL color Cylindrical-coordinate representation of color #496F01: hue angle of 80.73º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #496F01 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 111 1 -
CMYK 0.34 0 0.99 0.56
HSL 80.73º 0.98% 0.22% -
HSV(B) 80.73º 0.99% 0.44% -
XYZ 8.44 12.79 2.05 -
YUV 87.1 79.41 117.94 -
System Red Green Blue C M Y K H S L
Decimal 73 111 1 0.34 0 0.99 0.56 80.73 0.98 0.22
Hex 49 6F 1 22 0 63 38 51 62 16
Octal 111 157 1 42 0 143 70 121 142 26
Binary 1001001 1101111 1 100010 0 1100011 111000 1010001 1100010 10110

Color Harmonies of #496F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496F01

Black with #496F01

Text Example


Text Example

White with #496F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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