#506802

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

Shades of Verdun Green #506802

Tints of Verdun Green #506802

Color information

#506802 (or 0x506802) is unknown color: approx Verdun Green. HEX triplet: 50, 68 and 02. RGB value is (80,104,2). Sum of RGB (Red+Green+Blue) = 80+104+2=186 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.01% from 186); Green value is 104 (41.02% from 255 or 55.91% from 186); Blue value is 2 (1.17% from 255 or 1.08% from 186); Max value from RGB is 104 - color contains mainly: green. Hex color #506802 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506802 is #AF97FD. Grayscale: #555555. Windows color (decimal): -11507710 or 157776. OLE color: 157776.

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

Color convert

RGB801042-
CMYK0.2300.980.59
HSL74.12º96.23%20.78%-
HSV(B)74.12º98.08%40.78%-
XYZ8.2711.611.86-
YUV85.281.05124.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.01%
GREEN value IS 104 (41.02% from 255) = 55.91%
BLUE value IS 2 (1.17% from 255) = 1.08%
R=43.01%
G=55.91%
B=1.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8010420.2300.980.5974.1296.2320.78
Hex50682170623B4a6015
Octal12015022701427311214025
Binary101000011010001010111011000101110111001010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506802; }

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

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

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

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

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

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

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

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