Html Css Color HEX #495506 Verdun Green

📋 copy color: '#495506'

red 73 ◦ green 85 ◦ blue 6

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

Shades of Verdun Green #495506

Tints of Verdun Green #495506

RGB

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

 GREEN value IS 85 (33.59% from 255) = 51.83%

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

R = 44.51%
G = 51.83%
B = 3.66%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#495506 (or 0x495506) is known color: Verdun Green. HEX triplet: 49, 55 and 06. RGB value is (73,85,6). Sum of RGB (Red+Green+Blue) = 73+85+6=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 85 (33.59% from 255 or 51.83% from 164); Blue value is 6 (2.73% from 255 or 3.66% from 164); Max value from RGB is 85 - color contains mainly: green. Hex color #495506 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495506 is #B6AAF9. Grayscale: #484848. Windows color (decimal): -11971322 or 415049. OLE color: 415049.

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

Color convert

RGB 73 85 6 -
CMYK 0.14 0 0.93 0.67
HSL 69.11º 0.87% 0.18% -
HSV(B) 69.11º 0.93% 0.33% -
XYZ 6.03 7.93 1.38 -
YUV 72.41 90.52 128.42 -
System Red Green Blue C M Y K H S L
Decimal 73 85 6 0.14 0 0.93 0.67 69.11 0.87 0.18
Hex 49 55 6 E 0 5D 43 45 57 12
Octal 111 125 6 16 0 135 103 105 127 22
Binary 1001001 1010101 110 1110 0 1011101 1000011 1000101 1010111 10010

Color Harmonies of #495506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495506

Black with #495506

Text Example


Text Example

White with #495506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495506; }

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

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

background-color css

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

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

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

border-color css

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

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

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