#506803

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

Shades of Verdun Green #506803

Tints of Verdun Green #506803

Color information

#506803 (or 0x506803) is unknown color: approx Verdun Green. HEX triplet: 50, 68 and 03. RGB value is (80,104,3). Sum of RGB (Red+Green+Blue) = 80+104+3=187 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.78% from 187); Green value is 104 (41.02% from 255 or 55.61% from 187); Blue value is 3 (1.56% from 255 or 1.60% from 187); Max value from RGB is 104 - color contains mainly: green. Hex color #506803 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506803 is #AF97FC. Grayscale: #555555. Windows color (decimal): -11507709 or 223312. OLE color: 223312.

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

Color convert

RGB801043-
CMYK0.2300.970.59
HSL74.26º94.39%20.98%-
HSV(B)74.26º97.12%40.78%-
XYZ8.2811.611.89-
YUV85.3181.55124.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.78%
GREEN value IS 104 (41.02% from 255) = 55.61%
BLUE value IS 3 (1.56% from 255) = 1.60%
R=42.78%
G=55.61%
B=1.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8010430.2300.970.5974.2694.3920.98
Hex50683170613B4a5e15
Octal12015032701417311213625
Binary101000011010001110111011000011110111001010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506803; }

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

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

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

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

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

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

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

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