#495018

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

Shades of Verdun Green #495018

Tints of Verdun Green #495018

Color information

#495018 (or 0x495018) is unknown color: approx Verdun Green. HEX triplet: 49, 50 and 18. RGB value is (73,80,24). Sum of RGB (Red+Green+Blue) = 73+80+24=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 80 (31.64% from 255 or 45.20% from 177); Blue value is 24 (9.77% from 255 or 13.56% from 177); Max value from RGB is 80 - color contains mainly: green. Hex color #495018 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495018 is #B6AFE7. Grayscale: #474747. Windows color (decimal): -11972584 or 1593417. OLE color: 1593417.

HSL color Cylindrical-coordinate representation of color #495018: hue angle of 67.5º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #495018 is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.69.

Color convert

RGB738024-
CMYK0.0900.700.69
HSL67.5º53.85%20.39%-
HSV(B)67.5º70%31.37%-
XYZ5.787.221.95-
YUV71.52101.18129.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.24%
GREEN value IS 80 (31.64% from 255) = 45.20%
BLUE value IS 24 (9.77% from 255) = 13.56%
R=41.24%
G=45.20%
B=13.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7380240.0900.700.6967.553.8520.39
Hex495018904645443614
Octal111120301101061051046624
Binary10010011010000110001001010001101000101100010011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495018; }

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

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

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

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

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

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

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

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