#495508

Color #495508 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #495508

Tints of Verdun Green #495508

Color information

#495508 (or 0x495508) is unknown color: approx Verdun Green. HEX triplet: 49, 55 and 08. RGB value is (73,85,8). Sum of RGB (Red+Green+Blue) = 73+85+8=166 (21% of max value = 765). Red value is 73 (28.91% from 255 or 43.98% from 166); Green value is 85 (33.59% from 255 or 51.20% from 166); Blue value is 8 (3.52% from 255 or 4.82% from 166); Max value from RGB is 85 - color contains mainly: green. Hex color #495508 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495508 is #B6AAF7. Grayscale: #484848. Windows color (decimal): -11971320 or 546121. OLE color: 546121.

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

Color convert

RGB73858-
CMYK0.1400.910.67
HSL69.35º82.8%18.24%-
HSV(B)69.35º90.59%33.33%-
XYZ6.047.931.44-
YUV72.6391.52128.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.98%
GREEN value IS 85 (33.59% from 255) = 51.20%
BLUE value IS 8 (3.52% from 255) = 4.82%
R=43.98%
G=51.20%
B=4.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal738580.1400.910.6769.3582.818.24
Hex49558E05B43455312
Octal1111251016013310310512322
Binary10010011010101100011100101101110000111000101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495508; }

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

 H1.HeaderClassName
 {
   color: #495508;
 }
 .AnyTagClassName
 {
   color: #495508;
 }
</style>
background-color css

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

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

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

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

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

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