#505806

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

Shades of Verdun Green #505806

Tints of Verdun Green #505806

Color information

#505806 (or 0x505806) is unknown color: approx Verdun Green. HEX triplet: 50, 58 and 06. RGB value is (80,88,6). Sum of RGB (Red+Green+Blue) = 80+88+6=174 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.98% from 174); Green value is 88 (34.77% from 255 or 50.57% from 174); Blue value is 6 (2.73% from 255 or 3.45% from 174); Max value from RGB is 88 - color contains mainly: green. Hex color #505806 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505806 is #AFA7F9. Grayscale: #4C4C4C. Windows color (decimal): -11511802 or 415824. OLE color: 415824.

HSL color Cylindrical-coordinate representation of color #505806: hue angle of 65.85º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #505806 is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.65.

Color convert

RGB80886-
CMYK0.0900.930.65
HSL65.85º87.23%18.43%-
HSV(B)65.85º93.18%34.51%-
XYZ6.838.71.49-
YUV76.2688.35130.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.98%
GREEN value IS 88 (34.77% from 255) = 50.57%
BLUE value IS 6 (2.73% from 255) = 3.45%
R=45.98%
G=50.57%
B=3.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal808860.0900.930.6565.8587.2318.43
Hex50586905D41425712
Octal120130611013510110212722
Binary1010000101100011010010101110110000011000010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505806; }

 p { color: rgb(80,88,6); }

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

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

 a { background-color: rgb(80,88,6); }

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

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

 span { border-color: rgb(80,88,6); }

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