#50650B

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

Shades of Verdun Green #50650B

Tints of Verdun Green #50650B

Color information

#50650B (or 0x50650B) is unknown color: approx Verdun Green. HEX triplet: 50, 65 and 0B. RGB value is (80,101,11). Sum of RGB (Red+Green+Blue) = 80+101+11=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 101 (39.84% from 255 or 52.60% from 192); Blue value is 11 (4.69% from 255 or 5.73% from 192); Max value from RGB is 101 - color contains mainly: green. Hex color #50650B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50650B is #AF9AF4. Grayscale: #545454. Windows color (decimal): -11508469 or 746832. OLE color: 746832.

HSL color Cylindrical-coordinate representation of color #50650B: hue angle of 74º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #50650B is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.60.

Color convert

RGB8010111-
CMYK0.2100.890.60
HSL74º80.36%21.96%-
HSV(B)74º89.11%39.61%-
XYZ8.0211.042.02-
YUV84.4686.54124.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.67%
GREEN value IS 101 (39.84% from 255) = 52.60%
BLUE value IS 11 (4.69% from 255) = 5.73%
R=41.67%
G=52.60%
B=5.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80101110.2100.890.607480.3621.96
Hex5065B150593C4a5016
Octal120145132501317411212026
Binary10100001100101101110101010110011111001001010101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50650B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50650B; }

 p { color: rgb(80,101,11); }

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

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

 a { background-color: rgb(80,101,11); }

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

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

 span { border-color: rgb(80,101,11); }

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