#50610D

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

Shades of Verdun Green #50610D

Tints of Verdun Green #50610D

Color information

#50610D (or 0x50610D) is unknown color: approx Verdun Green. HEX triplet: 50, 61 and 0D. RGB value is (80,97,13). Sum of RGB (Red+Green+Blue) = 80+97+13=190 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.11% from 190); Green value is 97 (38.28% from 255 or 51.05% from 190); Blue value is 13 (5.47% from 255 or 6.84% from 190); Max value from RGB is 97 - color contains mainly: green. Hex color #50610D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50610D is #AF9EF2. Grayscale: #525252. Windows color (decimal): -11509491 or 876880. OLE color: 876880.

HSL color Cylindrical-coordinate representation of color #50610D: hue angle of 72.14º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #50610D is Cyan = 0.18, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB809713-
CMYK0.1800.870.62
HSL72.14º76.36%21.57%-
HSV(B)72.14º86.6%38.04%-
XYZ7.6610.281.96-
YUV82.3488.87126.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.11%
GREEN value IS 97 (38.28% from 255) = 51.05%
BLUE value IS 13 (5.47% from 255) = 6.84%
R=42.11%
G=51.05%
B=6.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8097130.1800.870.6272.1476.3621.57
Hex5061D120573E484c16
Octal120141152201277611011426
Binary10100001100001110110010010101111111101001000100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50610D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50610D; }

 p { color: rgb(80,97,13); }

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

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

 a { background-color: rgb(80,97,13); }

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

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

 span { border-color: rgb(80,97,13); }

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