Html Css Color HEX #495811 Verdun Green

📋 copy color: '#495811'

red 73 ◦ green 88 ◦ blue 17

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

Shades of Verdun Green #495811

Tints of Verdun Green #495811

RGB

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

 GREEN value IS 88 (34.77% from 255) = 49.44%

 BLUE value IS 17 (7.03% from 255) = 9.55%

R = 41.01%
G = 49.44%
B = 9.55%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#495811 (or 0x495811) is known color: Verdun Green. HEX triplet: 49, 58 and 11. RGB value is (73,88,17). Sum of RGB (Red+Green+Blue) = 73+88+17=178 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.01% from 178); Green value is 88 (34.77% from 255 or 49.44% from 178); Blue value is 17 (7.03% from 255 or 9.55% from 178); Max value from RGB is 88 - color contains mainly: green. Hex color #495811 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495811 is #B6A7EE. Grayscale: #4B4B4B. Windows color (decimal): -11970543 or 1136713. OLE color: 1136713.

HSL color Cylindrical-coordinate representation of color #495811: hue angle of 72.68º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #495811 is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 88 17 -
CMYK 0.17 0 0.81 0.65
HSL 72.68º 0.68% 0.21% -
HSV(B) 72.68º 0.81% 0.35% -
XYZ 6.34 8.44 1.82 -
YUV 75.42 95.03 126.27 -
System Red Green Blue C M Y K H S L
Decimal 73 88 17 0.17 0 0.81 0.65 72.68 0.68 0.21
Hex 49 58 11 11 0 51 41 49 44 15
Octal 111 130 21 21 0 121 101 111 104 25
Binary 1001001 1011000 10001 10001 0 1010001 1000001 1001001 1000100 10101

Color Harmonies of #495811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495811

Black with #495811

Text Example


Text Example

White with #495811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495811; }

 p { color: rgb(73,88,17); }

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

background-color css

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

 a { background-color: rgb(73,88,17); }

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

border-color css

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

 span { border-color: rgb(73,88,17); }

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