Html Css Color HEX #495906 Verdun Green

📋 copy color: '#495906'

red 73 ◦ green 89 ◦ blue 6

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

Shades of Verdun Green #495906

Tints of Verdun Green #495906

RGB

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

 GREEN value IS 89 (35.16% from 255) = 52.98%

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

R = 43.45%
G = 52.98%
B = 3.57%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.93

 K value IS 0.65

RGB Variations

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

Color information

#495906 (or 0x495906) is known color: Verdun Green. HEX triplet: 49, 59 and 06. RGB value is (73,89,6). Sum of RGB (Red+Green+Blue) = 73+89+6=168 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.45% from 168); Green value is 89 (35.16% from 255 or 52.98% from 168); Blue value is 6 (2.73% from 255 or 3.57% from 168); Max value from RGB is 89 - color contains mainly: green. Hex color #495906 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495906 is #B6A6F9. Grayscale: #4B4B4B. Windows color (decimal): -11970298 or 416073. OLE color: 416073.

HSL color Cylindrical-coordinate representation of color #495906: hue angle of 71.57º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #495906 is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 89 6 -
CMYK 0.18 0 0.93 0.65
HSL 71.57º 0.87% 0.19% -
HSV(B) 71.57º 0.93% 0.35% -
XYZ 6.35 8.57 1.49 -
YUV 74.75 89.2 126.75 -
System Red Green Blue C M Y K H S L
Decimal 73 89 6 0.18 0 0.93 0.65 71.57 0.87 0.19
Hex 49 59 6 12 0 5D 41 48 57 13
Octal 111 131 6 22 0 135 101 110 127 23
Binary 1001001 1011001 110 10010 0 1011101 1000001 1001000 1010111 10011

Color Harmonies of #495906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495906

Black with #495906

Text Example


Text Example

White with #495906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495906; }

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

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

background-color css

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

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

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

border-color css

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

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

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