#50560A

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

Shades of Verdun Green #50560A

Tints of Verdun Green #50560A

Color information

#50560A (or 0x50560A) is unknown color: approx Verdun Green. HEX triplet: 50, 56 and 0A. RGB value is (80,86,10). Sum of RGB (Red+Green+Blue) = 80+86+10=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 86 (33.98% from 255 or 48.86% from 176); Blue value is 10 (4.30% from 255 or 5.68% from 176); Max value from RGB is 86 - color contains mainly: green. Hex color #50560A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50560A is #AFA9F5. Grayscale: #4B4B4B. Windows color (decimal): -11512310 or 677456. OLE color: 677456.

HSL color Cylindrical-coordinate representation of color #50560A: hue angle of 64.74º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #50560A is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.66.

Color convert

RGB808610-
CMYK0.0700.880.66
HSL64.74º79.17%18.82%-
HSV(B)64.74º88.37%33.73%-
XYZ6.698.381.55-
YUV75.5491.01131.18-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.45%
GREEN value IS 86 (33.98% from 255) = 48.86%
BLUE value IS 10 (4.30% from 255) = 5.68%
R=45.45%
G=48.86%
B=5.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8086100.0700.880.6664.7479.1718.82
Hex5056A705842414f13
Octal120126127013010210111723
Binary1010000101011010101110101100010000101000001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50560A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50560A; }

 p { color: rgb(80,86,10); }

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

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

 a { background-color: rgb(80,86,10); }

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

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

 span { border-color: rgb(80,86,10); }

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