#506005

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

Shades of Verdun Green #506005

Tints of Verdun Green #506005

Color information

#506005 (or 0x506005) is unknown color: approx Verdun Green. HEX triplet: 50, 60 and 05. RGB value is (80,96,5). Sum of RGB (Red+Green+Blue) = 80+96+5=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 96 (37.89% from 255 or 53.04% from 181); Blue value is 5 (2.34% from 255 or 2.76% from 181); Max value from RGB is 96 - color contains mainly: green. Hex color #506005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506005 is #AF9FFA. Grayscale: #515151. Windows color (decimal): -11509755 or 352336. OLE color: 352336.

HSL color Cylindrical-coordinate representation of color #506005: hue angle of 70.55º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #506005 is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB80965-
CMYK0.1700.950.62
HSL70.55º90.1%19.8%-
HSV(B)70.55º94.79%37.65%-
XYZ7.5210.081.69-
YUV80.8485.2127.4-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.20%
GREEN value IS 96 (37.89% from 255) = 53.04%
BLUE value IS 5 (2.34% from 255) = 2.76%
R=44.20%
G=53.04%
B=2.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal809650.1700.950.6270.5590.119.8
Hex506051105F3E475a14
Octal12014052101377610713224
Binary1010000110000010110001010111111111101000111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506005; }

 p { color: rgb(80,96,5); }

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

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

 a { background-color: rgb(80,96,5); }

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

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

 span { border-color: rgb(80,96,5); }

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