Html Css Color HEX #495003 Verdun Green

📋 copy color: '#495003'

red 73 ◦ green 80 ◦ blue 3

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

Shades of Verdun Green #495003

Tints of Verdun Green #495003

RGB

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

 GREEN value IS 80 (31.64% from 255) = 51.28%

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

R = 46.79%
G = 51.28%
B = 1.92%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.96

 K value IS 0.69

RGB Variations

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

Color information

#495003 (or 0x495003) is known color: Verdun Green. HEX triplet: 49, 50 and 03. RGB value is (73,80,3). Sum of RGB (Red+Green+Blue) = 73+80+3=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 80 (31.64% from 255 or 51.28% from 156); Blue value is 3 (1.56% from 255 or 1.92% from 156); Max value from RGB is 80 - color contains mainly: green. Hex color #495003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495003 is #B6AFFC. Grayscale: #454545. Windows color (decimal): -11972605 or 217161. OLE color: 217161.

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

Color convert

RGB 73 80 3 -
CMYK 0.09 0 0.96 0.69
HSL 65.45º 0.93% 0.16% -
HSV(B) 65.45º 0.96% 0.31% -
XYZ 5.63 7.16 1.17 -
YUV 69.13 90.68 130.76 -
System Red Green Blue C M Y K H S L
Decimal 73 80 3 0.09 0 0.96 0.69 65.45 0.93 0.16
Hex 49 50 3 9 0 60 45 41 5D 10
Octal 111 120 3 11 0 140 105 101 135 20
Binary 1001001 1010000 11 1001 0 1100000 1000101 1000001 1011101 10000

Color Harmonies of #495003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495003

Black with #495003

Text Example


Text Example

White with #495003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495003; }

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

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

background-color css

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

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

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

border-color css

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

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

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