Html Css Color HEX #495006 Verdun Green

📋 copy color: '#495006'

red 73 ◦ green 80 ◦ blue 6

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

Shades of Verdun Green #495006

Tints of Verdun Green #495006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.77%

R = 45.91%
G = 50.31%
B = 3.77%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#495006 (or 0x495006) is known color: Verdun Green. HEX triplet: 49, 50 and 06. RGB value is (73,80,6). Sum of RGB (Red+Green+Blue) = 73+80+6=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 80 (31.64% from 255 or 50.31% from 159); Blue value is 6 (2.73% from 255 or 3.77% from 159); Max value from RGB is 80 - color contains mainly: green. Hex color #495006 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495006 is #B6AFF9. Grayscale: #454545. Windows color (decimal): -11972602 or 413769. OLE color: 413769.

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

Color convert

RGB 73 80 6 -
CMYK 0.09 0 0.92 0.69
HSL 65.68º 0.86% 0.17% -
HSV(B) 65.68º 0.93% 0.31% -
XYZ 5.65 7.17 1.26 -
YUV 69.47 92.18 130.52 -
System Red Green Blue C M Y K H S L
Decimal 73 80 6 0.09 0 0.92 0.69 65.68 0.86 0.17
Hex 49 50 6 9 0 5C 45 42 56 11
Octal 111 120 6 11 0 134 105 102 126 21
Binary 1001001 1010000 110 1001 0 1011100 1000101 1000010 1010110 10001

Color Harmonies of #495006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495006

Black with #495006

Text Example


Text Example

White with #495006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495006; }

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

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

background-color css

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

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

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

border-color css

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

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

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