#506600

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

Shades of Verdun Green #506600

Tints of Verdun Green #506600

Color information

#506600 (or 0x506600) is unknown color: approx Verdun Green. HEX triplet: 50, 66 and 00. RGB value is (80,102,0). Sum of RGB (Red+Green+Blue) = 80+102+0=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 102 (40.23% from 255 or 56.04% from 182); Blue value is 0 (0.39% from 255 or 0% from 182); Max value from RGB is 102 - color contains mainly: green. Hex color #506600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506600 is #AF99FF. Grayscale: #545454. Windows color (decimal): -11508224 or 26192. OLE color: 26192.

HSL color Cylindrical-coordinate representation of color #506600: hue angle of 72.94º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #506600 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.6.

Color convert

RGB801020-
CMYK0.22010.6
HSL72.94º100%20%-
HSV(B)72.94º100%40%-
XYZ8.0611.211.74-
YUV83.7980.71125.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.96%
GREEN value IS 102 (40.23% from 255) = 56.04%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.96%
G=56.04%
B=0%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal8010200.22010.672.9410020
Hex50660160643C496414
Octal12014602601447411114424
Binary10100001100110010110011001001111001001001110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506600; }

 p { color: rgb(80,102,0); }

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

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

 a { background-color: rgb(80,102,0); }

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

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

 span { border-color: rgb(80,102,0); }

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