Html Css Color HEX #495103 Verdun Green

📋 copy color: '#495103'

red 73 ◦ green 81 ◦ blue 3

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

Shades of Verdun Green #495103

Tints of Verdun Green #495103

RGB

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

 GREEN value IS 81 (32.03% from 255) = 51.59%

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

R = 46.5%
G = 51.59%
B = 1.91%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.96

 K value IS 0.68

RGB Variations

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

Color information

#495103 (or 0x495103) is known color: Verdun Green. HEX triplet: 49, 51 and 03. RGB value is (73,81,3). Sum of RGB (Red+Green+Blue) = 73+81+3=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 81 (32.03% from 255 or 51.59% from 157); Blue value is 3 (1.56% from 255 or 1.91% from 157); Max value from RGB is 81 - color contains mainly: green. Hex color #495103 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495103 is #B6AEFC. Grayscale: #464646. Windows color (decimal): -11972349 or 217417. OLE color: 217417.

HSL color Cylindrical-coordinate representation of color #495103: hue angle of 66.15º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #495103 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.68.

Color convert

RGB 73 81 3 -
CMYK 0.10 0 0.96 0.68
HSL 66.15º 0.93% 0.16% -
HSV(B) 66.15º 0.96% 0.32% -
XYZ 5.71 7.31 1.2 -
YUV 69.72 90.35 130.34 -
System Red Green Blue C M Y K H S L
Decimal 73 81 3 0.10 0 0.96 0.68 66.15 0.93 0.16
Hex 49 51 3 A 0 60 44 42 5D 10
Octal 111 121 3 12 0 140 104 102 135 20
Binary 1001001 1010001 11 1010 0 1100000 1000100 1000010 1011101 10000

Color Harmonies of #495103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495103

Black with #495103

Text Example


Text Example

White with #495103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495103; }

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

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

background-color css

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

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

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

border-color css

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

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

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