#505706

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

Shades of Verdun Green #505706

Tints of Verdun Green #505706

Color information

#505706 (or 0x505706) is unknown color: approx Verdun Green. HEX triplet: 50, 57 and 06. RGB value is (80,87,6). Sum of RGB (Red+Green+Blue) = 80+87+6=173 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.24% from 173); Green value is 87 (34.38% from 255 or 50.29% from 173); Blue value is 6 (2.73% from 255 or 3.47% from 173); Max value from RGB is 87 - color contains mainly: green. Hex color #505706 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505706 is #AFA8F9. Grayscale: #4B4B4B. Windows color (decimal): -11512058 or 415568. OLE color: 415568.

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

Color convert

RGB80876-
CMYK0.0800.930.66
HSL65.19º87.1%18.24%-
HSV(B)65.19º93.1%34.12%-
XYZ6.758.541.46-
YUV75.6788.68131.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.24%
GREEN value IS 87 (34.38% from 255) = 50.29%
BLUE value IS 6 (2.73% from 255) = 3.47%
R=46.24%
G=50.29%
B=3.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal808760.0800.930.6665.1987.118.24
Hex50576805D42415712
Octal120127610013510210112722
Binary1010000101011111010000101110110000101000001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505706; }

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

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

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

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

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

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

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

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