#496905

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

Shades of Verdun Green #496905

Tints of Verdun Green #496905

Color information

#496905 (or 0x496905) is unknown color: approx Verdun Green. HEX triplet: 49, 69 and 05. RGB value is (73,105,5). Sum of RGB (Red+Green+Blue) = 73+105+5=183 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.89% from 183); Green value is 105 (41.41% from 255 or 57.38% from 183); Blue value is 5 (2.34% from 255 or 2.73% from 183); Max value from RGB is 105 - color contains mainly: green. Hex color #496905 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496905 is #B696FA. Grayscale: #545454. Windows color (decimal): -11966203 or 354633. OLE color: 354633.

HSL color Cylindrical-coordinate representation of color #496905: hue angle of 79.2º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #496905 is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.59.

Color convert

RGB731055-
CMYK0.3000.950.59
HSL79.2º90.91%21.57%-
HSV(B)79.2º95.24%41.18%-
XYZ7.8311.531.96-
YUV84.0383.4120.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.89%
GREEN value IS 105 (41.41% from 255) = 57.38%
BLUE value IS 5 (2.34% from 255) = 2.73%
R=39.89%
G=57.38%
B=2.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7310550.3000.950.5979.290.9121.57
Hex496951E05F3B4f5b16
Octal11115153601377311713326
Binary1001001110100110111110010111111110111001111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496905; }

 p { color: rgb(73,105,5); }

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

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

 a { background-color: rgb(73,105,5); }

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

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

 span { border-color: rgb(73,105,5); }

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