#506800

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

Shades of Verdun Green #506800

Tints of Verdun Green #506800

Color information

#506800 (or 0x506800) is unknown color: approx Verdun Green. HEX triplet: 50, 68 and 00. RGB value is (80,104,0). Sum of RGB (Red+Green+Blue) = 80+104+0=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 104 (41.02% from 255 or 56.52% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 104 - color contains mainly: green. Hex color #506800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506800 is #AF97FF. Grayscale: #555555. Windows color (decimal): -11507712 or 26704. OLE color: 26704.

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

Color convert

RGB801040-
CMYK0.23010.59
HSL73.85º100%20.39%-
HSV(B)73.85º100%40.78%-
XYZ8.2611.611.8-
YUV84.9780.05124.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.48%
GREEN value IS 104 (41.02% from 255) = 56.52%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.48%
G=56.52%
B=0%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8010400.23010.5973.8510020.39
Hex50680170643B4a6414
Octal12015002701447311214424
Binary10100001101000010111011001001110111001010110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506800; }

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

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

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

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

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

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

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

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