#506418

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

Shades of Verdun Green #506418

Tints of Verdun Green #506418

Color information

#506418 (or 0x506418) is unknown color: approx Verdun Green. HEX triplet: 50, 64 and 18. RGB value is (80,100,24). Sum of RGB (Red+Green+Blue) = 80+100+24=204 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.22% from 204); Green value is 100 (39.45% from 255 or 49.02% from 204); Blue value is 24 (9.77% from 255 or 11.76% from 204); Max value from RGB is 100 - color contains mainly: green. Hex color #506418 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506418 is #AF9BE7. Grayscale: #555555. Windows color (decimal): -11508712 or 1598544. OLE color: 1598544.

HSL color Cylindrical-coordinate representation of color #506418: hue angle of 75.79º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #506418 is Cyan = 0.2, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.61.

Color convert

RGB8010024-
CMYK0.200.760.61
HSL75.79º61.29%24.31%-
HSV(B)75.79º76%39.22%-
XYZ8.0310.892.54-
YUV85.3693.37124.18-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.22%
GREEN value IS 100 (39.45% from 255) = 49.02%
BLUE value IS 24 (9.77% from 255) = 11.76%
R=39.22%
G=49.02%
B=11.76%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal80100240.200.760.6175.7961.2924.31
Hex5064181404C3D4c3d18
Octal12014430240114751147530
Binary10100001100100110001010001001100111101100110011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506418; }

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

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

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

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

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

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

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

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