Html Css Color HEX #496F03 Verdun Green

📋 copy color: '#496F03'

red 73 ◦ green 111 ◦ blue 3

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

Shades of Verdun Green #496F03

Tints of Verdun Green #496F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.6%

R = 39.04%
G = 59.36%
B = 1.6%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#496F03 (or 0x496F03) is known color: Verdun Green. HEX triplet: 49, 6F and 03. RGB value is (73,111,3). Sum of RGB (Red+Green+Blue) = 73+111+3=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 111 (43.75% from 255 or 59.36% from 187); Blue value is 3 (1.56% from 255 or 1.60% from 187); Max value from RGB is 111 - color contains mainly: green. Hex color #496F03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496F03 is #B690FC. Grayscale: #575757. Windows color (decimal): -11964669 or 225097. OLE color: 225097.

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

Color convert

RGB 73 111 3 -
CMYK 0.34 0 0.97 0.56
HSL 81.11º 0.95% 0.22% -
HSV(B) 81.11º 0.97% 0.44% -
XYZ 8.45 12.79 2.11 -
YUV 87.33 80.41 117.78 -
System Red Green Blue C M Y K H S L
Decimal 73 111 3 0.34 0 0.97 0.56 81.11 0.95 0.22
Hex 49 6F 3 22 0 61 38 51 5F 16
Octal 111 157 3 42 0 141 70 121 137 26
Binary 1001001 1101111 11 100010 0 1100001 111000 1010001 1011111 10110

Color Harmonies of #496F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496F03

Black with #496F03

Text Example


Text Example

White with #496F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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