Html Css Color HEX #495012 Verdun Green

📋 copy color: '#495012'

red 73 ◦ green 80 ◦ blue 18

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

Shades of Verdun Green #495012

Tints of Verdun Green #495012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.53%

R = 42.69%
G = 46.78%
B = 10.53%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#495012 (or 0x495012) is known color: Verdun Green. HEX triplet: 49, 50 and 12. RGB value is (73,80,18). Sum of RGB (Red+Green+Blue) = 73+80+18=171 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.69% from 171); Green value is 80 (31.64% from 255 or 46.78% from 171); Blue value is 18 (7.42% from 255 or 10.53% from 171); Max value from RGB is 80 - color contains mainly: green. Hex color #495012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495012 is #B6AFED. Grayscale: #474747. Windows color (decimal): -11972590 or 1200201. OLE color: 1200201.

HSL color Cylindrical-coordinate representation of color #495012: hue angle of 66.77º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #495012 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 73 80 18 -
CMYK 0.09 0 0.78 0.69
HSL 66.77º 0.63% 0.19% -
HSV(B) 66.77º 0.78% 0.31% -
XYZ 5.73 7.2 1.66 -
YUV 70.84 98.18 129.54 -
System Red Green Blue C M Y K H S L
Decimal 73 80 18 0.09 0 0.78 0.69 66.77 0.63 0.19
Hex 49 50 12 9 0 4E 45 43 3F 13
Octal 111 120 22 11 0 116 105 103 77 23
Binary 1001001 1010000 10010 1001 0 1001110 1000101 1000011 111111 10011

Color Harmonies of #495012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495012

Black with #495012

Text Example


Text Example

White with #495012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495012; }

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

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

background-color css

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

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

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

border-color css

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

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

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